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

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

public class IntrospectorPlugin
extends Object
implements IObserverCenterPlugin

The Introspector


Constructor Summary
IntrospectorPlugin()
           
 
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

IntrospectorPlugin

public IntrospectorPlugin()
Method Detail

start

public void start(ObserverCenter main)
Description copied from interface: IObserverCenterPlugin
Starts the plugin

Specified by:
start in interface IObserverCenterPlugin

shutdown

public void shutdown()
Description copied from interface: IObserverCenterPlugin
Stops the plugin

Specified by:
shutdown in interface IObserverCenterPlugin

getName

public String getName()
Description copied from interface: IObserverCenterPlugin
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()
Description copied from interface: IObserverCenterPlugin
Returns the viewable component of the plugin

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

refresh

public void refresh()
Description copied from interface: IObserverCenterPlugin
Refreshes the display

Specified by:
refresh in interface IObserverCenterPlugin


Copyright © 2010. All Rights Reserved.