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

java.lang.Object
  extended by jadex.application.space.envsupport.observer.gui.plugin.VisualsPlugin
All Implemented Interfaces:
IObserverCenterPlugin

public class VisualsPlugin
extends Object
implements IObserverCenterPlugin


Constructor Summary
VisualsPlugin()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualsPlugin

public VisualsPlugin()
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()
Stops 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


Copyright © 2010. All Rights Reserved.