de.mud.jta
Interface VisualPlugin
- All Known Subinterfaces:
- VisualTransferPlugin
- All Known Implementing Classes:
- BSX, ButtonBar, EInput01, Capture, Status, MudConnector, URLFilter
- public interface VisualPlugin
To show data on-screen a plugin may have a visible component. That component
may either be a single awt component or a container with severel elements.
Maintainer: Matthias L. Jugel
- Version:
- $Id: VisualPlugin.java,v 2.0 1999/09/08 17:01:46 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. |
getPluginVisual
public java.awt.Component getPluginVisual()
- Get the visible components from the plugin.
- Returns:
- a component that represents the plugin
getPluginMenu
public java.awt.Menu getPluginMenu()
- Get the menu entry for this component.
- Returns:
- a menu that can be used to change the plugin state