|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
de.mud.jta | |
de.mud.jta.event | |
de.mud.jta.plugin |
Uses of Plugin in de.mud.jta |
Methods in de.mud.jta that return Plugin | |
Plugin |
PluginLoader.addPlugin(java.lang.String name,
java.lang.String id)
Add a new plugin to the system and register the plugin load as its communication bus. |
Plugin |
PluginLoader.replacePlugin(java.lang.String name,
java.lang.String id)
Replace a plugin with a new one, actually reloads the plugin. |
Uses of Plugin in de.mud.jta.event |
Fields in de.mud.jta.event declared as Plugin | |
protected Plugin |
FocusStatus.plugin
|
Methods in de.mud.jta.event with parameters of type Plugin | |
void |
FocusStatusListener.pluginGainedFocus(Plugin plugin)
Called if a plugin gained the input focus. |
void |
FocusStatusListener.pluginLostFocus(Plugin plugin)
Called if a plugin lost the input focus. |
Constructors in de.mud.jta.event with parameters of type Plugin | |
FocusStatus(Plugin plugin,
java.awt.event.FocusEvent event)
Create a new online status message with the specified value. |
Uses of Plugin in de.mud.jta.plugin |
Subclasses of Plugin in de.mud.jta.plugin | |
class |
ButtonBar
Implementation of a programmable button bar to be used as a plugin in the Java(tm) Telnet Applet/Application. |
class |
Capture
A capture plugin that captures data and stores it in a defined location. |
class |
MudConnector
The MudConnector (http://www.mudconnector.com) plugin. |
class |
Script
The script plugin takes a series of match and answer pairs to compare the incoming data with the matches and if it succeeds writes the answers back. |
class |
Shell
The shell plugin is the backend component for terminal emulation using a shell. |
class |
Sink
The terminal plugin represents the actual terminal where the data will be displayed and the gets the keyboard input to sent back to the remote host. |
class |
Socket
The socket plugin acts as the data source for networked operations. |
class |
SSH
Secure Shell plugin for the Java Telnet Application. |
class |
Status
A simple plugin showing the current status of the application whether it is online or not. |
class |
Telnet
The telnet plugin utilizes a telnet protocol handler to filter telnet negotiation requests from the data stream. |
class |
Terminal
The terminal plugin represents the actual terminal where the data will be displayed and the gets the keyboard input to sent back to the remote host. |
class |
Timeout
The timeout plugin looks at the incoming and outgoing data stream and tries to close the connection gracefully if the timeout occured or if not graceful exit command was configured simply closed the connection. |
class |
URLFilter
Maintainer: Matthias L. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |