jadex.application.space.envsupport.observer.gui.plugin
Interface IObserverCenterPlugin

All Known Implementing Classes:
AbstractInteractionPlugin, EvaluationPlugin, InteractionTestPlugin, IntrospectorPlugin, VisualsPlugin

public interface IObserverCenterPlugin

Interface for observer plugins.


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
 void refresh()
          Refreshes the display
 void shutdown()
          Stops the plugin
 void start(ObserverCenter main)
          Starts the plugin
 

Method Detail

start

void start(ObserverCenter main)
Starts the plugin

Parameters:
the - observer center

shutdown

void shutdown()
Stops the plugin


getName

String getName()
Returns the name of the plugin

Returns:
name of the plugin

getIconPath

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

Returns:
path to the icon

getView

Component getView()
Returns the viewable component of the plugin

Returns:
viewable component of the plugin

refresh

void refresh()
Refreshes the display



Copyright © 2010. All Rights Reserved.