de.fhkoeln.zra.statix.plugins
Interface StatPlugable

All Known Implementing Classes:
StatAbstractPlugin

public interface StatPlugable

Author:
Thies Hauschild, hld@gmx.net(04.06.2003)

Method Summary
 void excute(String event)
           
 Action[] getActions()
           
 JComponent getDisplayComponent()
           
 String getName()
           
 String getParentMenuPath()
           
 Enumeration getProperties()
           
 String getProperty(String key)
           
 

Method Detail

getParentMenuPath

public String getParentMenuPath()

getDisplayComponent

public JComponent getDisplayComponent()

getProperty

public String getProperty(String key)

getProperties

public Enumeration getProperties()

getName

public String getName()

getActions

public Action[] getActions()

excute

public void excute(String event)