public class IntrospectorPlugin extends java.lang.Object implements IObserverCenterPlugin
Constructor and Description |
---|
IntrospectorPlugin() |
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
|
public void start(ObserverCenter main)
IObserverCenterPlugin
start
in interface IObserverCenterPlugin
public void shutdown()
IObserverCenterPlugin
shutdown
in interface IObserverCenterPlugin
public java.lang.String getName()
IObserverCenterPlugin
getName
in interface IObserverCenterPlugin
public java.lang.String getIconPath()
getIconPath
in interface IObserverCenterPlugin
public java.awt.Component getView()
IObserverCenterPlugin
getView
in interface IObserverCenterPlugin
public void refresh()
IObserverCenterPlugin
refresh
in interface IObserverCenterPlugin
public boolean isVisible()
isVisible
in interface IObserverCenterPlugin
public boolean isStartOnLoad()
isStartOnLoad
in interface IObserverCenterPlugin