de.mud.jta.plugin
Class Status
- Runnable, VisualPlugin
A simple plugin showing the current status of the application whether
it is online or not.
Maintainer: Matthias L. Jugel
$Id: Status.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Mei???ner
Status(PluginBus bus, String id) - Create a new plugin and set the plugin bus used by this plugin and
the unique id.
|
Status
public Status(PluginBus bus,
String id)
Create a new plugin and set the plugin bus used by this plugin and
the unique id. The unique id may be null if there is only one plugin
used by the system.
bus
- the plugin busid
- the unique plugin id
getPluginMenu
public JMenu getPluginMenu()
Get the menu entry for this component.
- getPluginMenu in interface VisualPlugin
- a menu that can be used to change the plugin state
getPluginVisual
public JComponent getPluginVisual()
Get the visible components from the plugin.
- getPluginVisual in interface VisualPlugin
- a component that represents the plugin