JMACS

org.jmacs.pd
Interface Constants

All Superinterfaces:
Serializable

public interface Constants
extends Serializable

passed to the constructors of the IMonitorGui and IControlsGui used by Pdi in order that any corr'ding GUIs provided by the device may be nested inside them.

Version:
$Id$
Author:
Rob Dickens

Method Summary
 IControlsGui createControlsGui()
          creates any nested controls gui, given that required classloader is available as the context classloader.
 IMonitorGui createMonitorGui()
          creates any nested monitor gui, given that required classloader is available as the context classloader.
 String getDefProgCodebase()
          returns default program-codebase URL.
 String getDevicePkgname()
          returns package name.
 

Method Detail

getDevicePkgname

String getDevicePkgname()
returns package name.


getDefProgCodebase

String getDefProgCodebase()
returns default program-codebase URL. See Pdi to learn how this is set.


createMonitorGui

IMonitorGui createMonitorGui()
creates any nested monitor gui, given that required classloader is available as the context classloader.

Returns:
null if no monitor gui was supplied

createControlsGui

IControlsGui createControlsGui()
creates any nested controls gui, given that required classloader is available as the context classloader.

Returns:
null if no controls gui was supplied

JMACS

jmacs.org