|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBasePlugin
The basic methods that each plugin must implement.
BasePlugin| Method Summary | |
|---|---|
void |
centralStatusListener(StatusListener sl)
Set the pointer to the central status listener that is updated when the status of this plugin chages |
void |
enable(boolean on)
Toggle to enable this plugin |
boolean |
isEnabled()
Returns true if this plugin is enabled |
void |
pluginClose()
The action called when the plugin is closed |
void |
pluginOpen()
The action called when the plugin is opened |
Window |
pluginWindow()
Return a pointer to the user interface window for this plugin, or null if there is none |
void |
raiseWindow()
Display the user interface window for this plugin |
String |
status()
A message describing the current status |
void |
unload()
unload this plugin after closing. |
| Method Detail |
|---|
String status()
void enable(boolean on)
boolean isEnabled()
void raiseWindow()
Window pluginWindow()
void centralStatusListener(StatusListener sl)
void pluginOpen()
void pluginClose()
void unload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||