de.mud.jta.plugin
Class Status
java.lang.Object
|
+--de.mud.jta.Plugin
|
+--de.mud.jta.plugin.Status
- All Implemented Interfaces:
- java.lang.Runnable, VisualPlugin
- public class Status
- extends Plugin
- implements VisualPlugin, java.lang.Runnable
A simple plugin showing the current status of the application whether
it is online or not.
Maintainer: Matthias L. Jugel
- Version:
- $Id: Status.java,v 2.5 2001/06/28 06:09:29 leo Exp $
- Author:
- Matthias L. Jugel, Marcus Meißner
Method Summary |
java.awt.Menu |
getPluginMenu()
Get the menu entry for this component. |
java.awt.Component |
getPluginVisual()
Get the visible components from the plugin. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Status
public Status(PluginBus bus,
java.lang.String id)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
getPluginVisual
public java.awt.Component getPluginVisual()
- Description copied from interface:
VisualPlugin
- Get the visible components from the plugin.
- Specified by:
getPluginVisual
in interface VisualPlugin
- Following copied from interface:
de.mud.jta.VisualPlugin
- Returns:
- a component that represents the plugin
getPluginMenu
public java.awt.Menu getPluginMenu()
- Description copied from interface:
VisualPlugin
- Get the menu entry for this component.
- Specified by:
getPluginMenu
in interface VisualPlugin
- Following copied from interface:
de.mud.jta.VisualPlugin
- Returns:
- a menu that can be used to change the plugin state