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 SummaryConstructors Constructor Description IntrospectorPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIconPath()Returns the path to the icon for the plugin in the toolbar.java.lang.StringgetName()Returns the name of the pluginjava.awt.ComponentgetView()Returns the viewable component of the pluginbooleanisStartOnLoad()Should plugin be started on load.booleanisVisible()Should plugin be visible.voidrefresh()Refreshes the displayvoidshutdown()Stops the pluginvoidstart(ObserverCenter main)Starts the plugin
 
- 
- 
- 
Method Detail- 
startpublic void start(ObserverCenter main) Description copied from interface:IObserverCenterPluginStarts the plugin- Specified by:
- startin interface- IObserverCenterPlugin
 
 - 
shutdownpublic void shutdown() Description copied from interface:IObserverCenterPluginStops the plugin- Specified by:
- shutdownin interface- IObserverCenterPlugin
 
 - 
getNamepublic java.lang.String getName() Description copied from interface:IObserverCenterPluginReturns the name of the plugin- Specified by:
- getNamein interface- IObserverCenterPlugin
- Returns:
- name of the plugin
 
 - 
getIconPathpublic java.lang.String getIconPath() Returns the path to the icon for the plugin in the toolbar.- Specified by:
- getIconPathin interface- IObserverCenterPlugin
- Returns:
- path to the icon
 
 - 
getViewpublic java.awt.Component getView() Description copied from interface:IObserverCenterPluginReturns the viewable component of the plugin- Specified by:
- getViewin interface- IObserverCenterPlugin
- Returns:
- viewable component of the plugin
 
 - 
refreshpublic void refresh() Description copied from interface:IObserverCenterPluginRefreshes the display- Specified by:
- refreshin interface- IObserverCenterPlugin
 
 - 
isVisiblepublic boolean isVisible() Should plugin be visible.- Specified by:
- isVisiblein interface- IObserverCenterPlugin
 
 - 
isStartOnLoadpublic boolean isStartOnLoad() Should plugin be started on load.- Specified by:
- isStartOnLoadin interface- IObserverCenterPlugin
 
 
- 
 
-