com.buglabs.bug.module.lcd.pub
Interface IModuleDisplay

All Known Implementing Classes:
LCDModlet

public interface IModuleDisplay

Display devices capable of supporting GUI widgets provide this service.


Field Summary
static java.lang.String MODULE_ID
           
 
Method Summary
 java.awt.Frame getFrame()
           
 

Field Detail

MODULE_ID

static final java.lang.String MODULE_ID
See Also:
Constant Field Values
Method Detail

getFrame

java.awt.Frame getFrame()
Returns:
Returns the base frame used to create controls on the display.