public interface IObserverCenterPlugin
Modifier and Type | Method and 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 plugin
|
java.awt.Component |
getView()
Returns the viewable component of the plugin
|
boolean |
isStartOnLoad()
Should plugin be started on load.
|
boolean |
isVisible()
Should plugin be visible.
|
void |
refresh()
Refreshes the display
|
void |
shutdown()
Stops the plugin
|
void |
start(ObserverCenter main)
Starts the plugin
|
void start(ObserverCenter main)
the
- observer centervoid shutdown()
java.lang.String getName()
java.lang.String getIconPath()
java.awt.Component getView()
void refresh()
boolean isVisible()
boolean isStartOnLoad()