public class IntrospectorPlugin extends Object implements IObserverCenterPlugin
Constructor and Description |
---|
IntrospectorPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getIconPath()
Returns the path to the icon for the plugin in the toolbar.
|
String |
getName()
Returns the name of the plugin
|
Component |
getView()
Returns the viewable component of the plugin
|
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 String getName()
IObserverCenterPlugin
getName
in interface IObserverCenterPlugin
public String getIconPath()
getIconPath
in interface IObserverCenterPlugin
public Component getView()
IObserverCenterPlugin
getView
in interface IObserverCenterPlugin
public void refresh()
IObserverCenterPlugin
refresh
in interface IObserverCenterPlugin
Copyright © 2012. All Rights Reserved.