Class EvaluationPlugin
- java.lang.Object
- 
- jadex.commons.SimplePropertyObject
- 
- jadex.extension.envsupport.observer.gui.plugin.EvaluationPlugin
 
 
- 
- All Implemented Interfaces:
- IPropertyObject,- IObserverCenterPlugin
 
 public class EvaluationPlugin extends SimplePropertyObject implements IObserverCenterPlugin Th evaluation plugin.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.ListcomponentsThe evaluation components.- 
Fields inherited from class jadex.commons.SimplePropertyObjectpcs, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description EvaluationPlugin()Create the plugin.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIconPath()Returns the path to the icon for the plugin in the toolbar.java.lang.StringgetName()Returns the name of the plugin.java.awt.ComponentgetView()Returns the viewable component of the plugin.booleanisStartOnLoad()Should plugin be started on load.booleanisVisible()Should plugin be visible.static voidmain(java.lang.String[] args)voidrefresh()Refreshes the displayvoidshutdown()Shutdowns the plugin.voidstart(ObserverCenter main)Starts the plugin.- 
Methods inherited from class jadex.commons.SimplePropertyObjectaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
 
- 
 
- 
- 
- 
Method Detail- 
startpublic void start(ObserverCenter main) Starts the plugin.- Specified by:
- startin interface- IObserverCenterPlugin
- Parameters:
- the- observer center
 
 - 
shutdownpublic void shutdown() Shutdowns the plugin.- Specified by:
- shutdownin interface- IObserverCenterPlugin
 
 - 
getNamepublic java.lang.String getName() Returns the name of the plugin.- Specified by:
- getNamein interface- IObserverCenterPlugin
- Returns:
- name of the plugin.
 
 - 
getIconPathpublic java.lang.String getIconPath() Returns the path to the icon for the plugin in the toolbar.- Specified by:
- getIconPathin interface- IObserverCenterPlugin
- Returns:
- path to the icon.
 
 - 
getViewpublic java.awt.Component getView() Returns the viewable component of the plugin.- Specified by:
- getViewin interface- IObserverCenterPlugin
- Returns:
- viewable component of the plugin.
 
 - 
refreshpublic void refresh() Refreshes the display- Specified by:
- refreshin interface- IObserverCenterPlugin
 
 - 
isVisiblepublic boolean isVisible() Should plugin be visible.- Specified by:
- isVisiblein interface- IObserverCenterPlugin
 
 - 
isStartOnLoadpublic boolean isStartOnLoad() Should plugin be started on load.- Specified by:
- isStartOnLoadin interface- IObserverCenterPlugin
 
 - 
mainpublic static void main(java.lang.String[] args) 
 
- 
 
-