|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enforces method implementations in suport of MAEPlugin. Provides bean-like interface for the plugins. Created on September 6, 2001, 8:28 AM
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The MAExplorer Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.
Field Summary | |
static float |
PLUGIN_VERSION
MAEPlugin version # for tracking |
Method Summary | |
java.lang.String |
getPluginDescription()
getPluginDescription() - returns a human readable description of the Plugin. |
java.lang.String |
getPluginFileName()
getPluginFileName() - returns the plugin file name without the ".jar" |
java.lang.String |
getPluginName()
getPluginName() - returns the human readable name for use in labels. |
void |
menuActivated()
menuActivated() - method called when menu is clicked for menu driven plugins. |
void |
pluginHalt()
pluginHalt() - Plugin halt method. |
void |
pluginInit()
pluginInit() - Plugin init method. |
void |
pluginMain()
pluginMain() - this is the method end-users implement to use the API. |
Field Detail |
public static final float PLUGIN_VERSION
Method Detail |
public void menuActivated()
public void pluginInit()
public void pluginHalt()
public void pluginMain()
public java.lang.String getPluginName()
public java.lang.String getPluginFileName()
public java.lang.String getPluginDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |