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!

Nested Class Summary
(package private)  class StatTestPlugin.Test1Action
           
(package private)  class StatTestPlugin.Test2Action
           
 
Field Summary
(package private)  Action[] actions
           
(package private)  String menuPath
           
(package private)  String name
           
 
Fields inherited from class de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
control, isInit, props
 
Constructor Summary
protected StatTestPlugin()
          Constructor for StatTestPlugin
 
Method Summary
 void excute(String event)
           
 Action[] getActions()
           
 JComponent getDisplayComponent()
           
 String getName()
           
static StatPlugable getNewInstance(StatController control)
           
 String getParentMenuPath()
           
 Enumeration getProperties()
           
 String getProperty(String key)
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
initPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

String name

menuPath

String menuPath

actions

Action[] actions
Constructor Detail

StatTestPlugin

protected StatTestPlugin()
Constructor for StatTestPlugin

Method Detail

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)