|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginBus | |
de.mud.jta | |
de.mud.jta.plugin |
Uses of PluginBus in de.mud.jta |
Classes in de.mud.jta that implement PluginBus | |
class |
Common
The common part of the The Javatm Telnet Application is handled here. |
class |
PluginLoader
The plugin loader tries to load the plugin by name and returns a corresponding plugin object. |
Fields in de.mud.jta declared as PluginBus | |
protected PluginBus |
Plugin.bus
holds the plugin bus used for communication between plugins |
Constructors in de.mud.jta with parameters of type PluginBus | |
Plugin(PluginBus bus,
java.lang.String id)
Create a new plugin and set the plugin bus used by this plugin and the unique id. |
Uses of PluginBus in de.mud.jta.plugin |
Constructors in de.mud.jta.plugin with parameters of type PluginBus | |
Timeout(PluginBus bus,
java.lang.String id)
Create the new timeout plugin. |
|
SSH(PluginBus bus,
java.lang.String id)
Create a new ssh plugin. |
|
ButtonBar(PluginBus bus,
java.lang.String id)
Initialize the button bar and register plugin listeners |
|
Terminal(PluginBus bus,
java.lang.String id)
Create a new terminal plugin and initialize the terminal emulation. |
|
Script(PluginBus bus,
java.lang.String id)
Create a new scripting plugin. |
|
Shell(PluginBus bus,
java.lang.String id)
|
|
Capture(PluginBus bus,
java.lang.String id)
Initialize the Capture plugin. |
|
Status(PluginBus bus,
java.lang.String id)
|
|
Socket(PluginBus bus,
java.lang.String id)
Create a new socket plugin. |
|
Telnet(PluginBus bus,
java.lang.String id)
Create a new telnet plugin. |
|
Sink(PluginBus bus,
java.lang.String id)
|
|
MudConnector(PluginBus bus,
java.lang.String id)
Create the list plugin and get the url to the actual list. |
|
URLFilter(PluginBus bus,
java.lang.String id)
Create a new scripting plugin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |