|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.SimplePropertyObject
jadex.application.space.envsupport.observer.gui.plugin.EvaluationPlugin
public class EvaluationPlugin
Th evaluation plugin.
| Field Summary | |
|---|---|
protected List |
components
The evaluation components. |
| Fields inherited from class jadex.commons.SimplePropertyObject |
|---|
pcs, properties |
| Constructor Summary | |
|---|---|
EvaluationPlugin()
Create the plugin. |
|
| Method Summary | |
|---|---|
String |
getIconPath()
Returns the path to the icon for the plugin in the toolbar. |
String |
getName()
Returns the name of the plugin. |
Component |
getView()
Returns the viewable component of the plugin. |
static void |
main(String[] args)
|
void |
refresh()
Refreshes the display |
void |
shutdown()
Shutdowns the plugin. |
void |
start(ObserverCenter main)
Starts the plugin. |
| Methods inherited from class jadex.commons.SimplePropertyObject |
|---|
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List components
| Constructor Detail |
|---|
public EvaluationPlugin()
| Method Detail |
|---|
public void start(ObserverCenter main)
start in interface IObserverCenterPluginthe - observer centerpublic void shutdown()
shutdown in interface IObserverCenterPluginpublic String getName()
getName in interface IObserverCenterPluginpublic String getIconPath()
getIconPath in interface IObserverCenterPluginpublic Component getView()
getView in interface IObserverCenterPluginpublic void refresh()
refresh in interface IObserverCenterPluginpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||