jadex.application.space.envsupport.observer.gui.plugin
Class EvaluationPlugin

java.lang.Object
  extended by jadex.commons.SimplePropertyObject
      extended by jadex.application.space.envsupport.observer.gui.plugin.EvaluationPlugin
All Implemented Interfaces:
IObserverCenterPlugin, IPropertyObject

public class EvaluationPlugin
extends SimplePropertyObject
implements IObserverCenterPlugin

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

components

protected List components
The evaluation components.

Constructor Detail

EvaluationPlugin

public EvaluationPlugin()
Create the plugin.

Method Detail

start

public void start(ObserverCenter main)
Starts the plugin.

Specified by:
start in interface IObserverCenterPlugin
Parameters:
the - observer center

shutdown

public void shutdown()
Shutdowns the plugin.

Specified by:
shutdown in interface IObserverCenterPlugin

getName

public String getName()
Returns the name of the plugin.

Specified by:
getName in interface IObserverCenterPlugin
Returns:
name of the plugin.

getIconPath

public String getIconPath()
Returns the path to the icon for the plugin in the toolbar.

Specified by:
getIconPath in interface IObserverCenterPlugin
Returns:
path to the icon.

getView

public Component getView()
Returns the viewable component of the plugin.

Specified by:
getView in interface IObserverCenterPlugin
Returns:
viewable component of the plugin.

refresh

public void refresh()
Refreshes the display

Specified by:
refresh in interface IObserverCenterPlugin

main

public static void main(String[] args)


Copyright © 2010. All Rights Reserved.