Class IntrospectorPlugin
- java.lang.Object
-
- jadex.extension.envsupport.observer.gui.plugin.IntrospectorPlugin
-
- All Implemented Interfaces:
IObserverCenterPlugin
public class IntrospectorPlugin extends java.lang.Object implements IObserverCenterPlugin
The Introspector
-
-
Constructor Summary
Constructors Constructor Description IntrospectorPlugin()
-
Method Summary
All 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 pluginjava.awt.Component
getView()
Returns the viewable component of the pluginboolean
isStartOnLoad()
Should plugin be started on load.boolean
isVisible()
Should plugin be visible.void
refresh()
Refreshes the displayvoid
shutdown()
Stops the pluginvoid
start(ObserverCenter main)
Starts the plugin
-
-
-
Method Detail
-
start
public void start(ObserverCenter main)
Description copied from interface:IObserverCenterPlugin
Starts the plugin- Specified by:
start
in interfaceIObserverCenterPlugin
-
shutdown
public void shutdown()
Description copied from interface:IObserverCenterPlugin
Stops the plugin- Specified by:
shutdown
in interfaceIObserverCenterPlugin
-
getName
public java.lang.String getName()
Description copied from interface:IObserverCenterPlugin
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()
Description copied from interface:IObserverCenterPlugin
Returns the viewable component of the plugin- Specified by:
getView
in interfaceIObserverCenterPlugin
- Returns:
- viewable component of the plugin
-
refresh
public void refresh()
Description copied from interface:IObserverCenterPlugin
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
-
-