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 Summary
Constructors Constructor Description VisualsPlugin()
-
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)
Starts the plugin- Specified by:
start
in interfaceIObserverCenterPlugin
- Parameters:
the
- observer center
-
shutdown
public void shutdown()
Stops the plugin- Specified by:
shutdown
in interfaceIObserverCenterPlugin
-
getName
public java.lang.String getName()
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()
Returns the viewable component of the plugin- Specified by:
getView
in interfaceIObserverCenterPlugin
- Returns:
- viewable component of the plugin
-
refresh
public void refresh()
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
-
-