|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarg.ModulePluginTemplate
public class ModulePluginTemplate
Insert description of this plugin
Constructor Summary | |
---|---|
ModulePluginTemplate()
|
Method Summary | |
---|---|
void |
doUpdate()
Called by parent module regularly every second by default. |
javax.swing.JPanel |
getJPanel()
Return the visual representation of your plugin here. |
java.lang.String |
getPluginName()
Gets the name of your plugin. |
void |
setXMLClientHandler(XMLClientHandler handler)
Offers the handler to your plugin. |
void |
startPlugin()
Called by the parent module to start a plugin. |
void |
stopPlugin()
Called by the parent module during cleanup process when the module or entire applet is closed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModulePluginTemplate()
Method Detail |
---|
public void setXMLClientHandler(XMLClientHandler handler)
ModulePlugin
setXMLClientHandler
in interface ModulePlugin
handler
- the XMLClientHandler object sent from the Modulepublic java.lang.String getPluginName()
getPluginName
in interface ModulePlugin
public javax.swing.JPanel getJPanel()
getJPanel
in interface ModulePlugin
public void startPlugin()
startPlugin
in interface ModulePlugin
public void stopPlugin()
stopPlugin
in interface ModulePlugin
public void doUpdate()
doUpdate
in interface ModulePlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |