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 Summary
Fields Modifier and Type Field Description protected java.util.List
components
The evaluation components.-
Fields inherited from class jadex.commons.SimplePropertyObject
pcs, properties
-
-
Constructor Summary
Constructors Constructor Description EvaluationPlugin()
Create the plugin.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIconPath()
Returns the path to the icon for the plugin in the toolbar.java.lang.String
getName()
Returns the name of the plugin.java.awt.Component
getView()
Returns the viewable component of the plugin.boolean
isStartOnLoad()
Should plugin be started on load.boolean
isVisible()
Should plugin be visible.static void
main(java.lang.String[] args)
void
refresh()
Refreshes the displayvoid
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, toString
-
-
-
-
Method Detail
-
start
public void start(ObserverCenter main)
Starts the plugin.- Specified by:
start
in interfaceIObserverCenterPlugin
- Parameters:
the
- observer center
-
shutdown
public void shutdown()
Shutdowns the plugin.- Specified by:
shutdown
in interfaceIObserverCenterPlugin
-
getName
public java.lang.String getName()
Returns the name of the plugin.- Specified by:
getName
in interfaceIObserverCenterPlugin
- Returns:
- name of the plugin.
-
getIconPath
public java.lang.String getIconPath()
Returns the path to the icon for the plugin in the toolbar.- Specified by:
getIconPath
in interfaceIObserverCenterPlugin
- Returns:
- path to the icon.
-
getView
public java.awt.Component getView()
Returns the viewable component of the plugin.- Specified by:
getView
in interfaceIObserverCenterPlugin
- Returns:
- viewable component of the plugin.
-
refresh
public void refresh()
Refreshes the display- Specified by:
refresh
in interfaceIObserverCenterPlugin
-
isVisible
public boolean isVisible()
Should plugin be visible.- Specified by:
isVisible
in interfaceIObserverCenterPlugin
-
isStartOnLoad
public boolean isStartOnLoad()
Should plugin be started on load.- Specified by:
isStartOnLoad
in interfaceIObserverCenterPlugin
-
main
public static void main(java.lang.String[] args)
-
-