Class VisualsPlugin
- java.lang.Object
- 
- jadex.extension.envsupport.observer.gui.plugin.VisualsPlugin
 
- 
- All Implemented Interfaces:
- IObserverCenterPlugin
 
 public class VisualsPlugin extends java.lang.Object implements IObserverCenterPlugin 
- 
- 
Constructor SummaryConstructors Constructor Description VisualsPlugin()
 - 
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) Starts the plugin- Specified by:
- startin interface- IObserverCenterPlugin
- Parameters:
- the- observer center
 
 - 
shutdownpublic void shutdown() Stops the plugin- Specified by:
- shutdownin interface- IObserverCenterPlugin
 
 - 
getNamepublic java.lang.String getName() Returns 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() Returns the viewable component of the plugin- Specified by:
- getViewin interface- IObserverCenterPlugin
- Returns:
- viewable component of the plugin
 
 - 
refreshpublic void refresh() Refreshes 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
 
 
- 
 
-