de.fhkoeln.zra.statix.plugins.test
Class StatTestPlugin
java.lang.Object
|
+--de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
|
+--de.fhkoeln.zra.statix.plugins.test.StatTestPlugin
- All Implemented Interfaces:
- StatPlugable
- public class StatTestPlugin
- extends StatAbstractPlugin
- Author:
- Thies Hauschild, hld@gmx.net(05.06.2003)
Dies ist ein Plugin zum Laden von Daten aus einer Textbox. Dies wird auf jeden Fall
beim Laden als Applet benötigt!
Constructor Summary |
protected |
StatTestPlugin()
Constructor for StatTestPlugin |
name
String name
menuPath
String menuPath
actions
Action[] actions
StatTestPlugin
protected StatTestPlugin()
- Constructor for StatTestPlugin
toString
public String toString()
- Overrides:
toString
in class Object
getActions
public Action[] getActions()
- Specified by:
getActions
in interface StatPlugable
- Overrides:
getActions
in class StatAbstractPlugin
- See Also:
StatPlugable.getActions()
getDisplayComponent
public JComponent getDisplayComponent()
- Specified by:
getDisplayComponent
in interface StatPlugable
- Overrides:
getDisplayComponent
in class StatAbstractPlugin
- See Also:
StatPlugable.getDisplayComponent()
getName
public String getName()
- Specified by:
getName
in interface StatPlugable
- Overrides:
getName
in class StatAbstractPlugin
- See Also:
StatPlugable.getName()
getParentMenuPath
public String getParentMenuPath()
- Specified by:
getParentMenuPath
in interface StatPlugable
- Overrides:
getParentMenuPath
in class StatAbstractPlugin
- See Also:
StatPlugable.getParentMenuPath()
getProperties
public Enumeration getProperties()
- Specified by:
getProperties
in interface StatPlugable
- Overrides:
getProperties
in class StatAbstractPlugin
- See Also:
StatPlugable.getProperties()
getProperty
public String getProperty(String key)
- Specified by:
getProperty
in interface StatPlugable
- Overrides:
getProperty
in class StatAbstractPlugin
- See Also:
StatPlugable.getProperty(String)
getNewInstance
public static StatPlugable getNewInstance(StatController control)
main
public static void main(String[] args)
excute
public void excute(String event)
- Specified by:
excute
in interface StatPlugable
- Specified by:
excute
in class StatAbstractPlugin
- See Also:
StatPlugable.excute(String)