Uses of Class de.mud.jta.Plugin

Uses in package de.mud.jta.event

Constructors with parameter type de.mud.jta.Plugin

FocusStatus.FocusStatus(Plugin plugin, FocusEvent event)
Create a new online status message with the specified value.

Fields of type de.mud.jta.Plugin

Plugin

Methods with parameter type de.mud.jta.Plugin

void
Called if a plugin gained the input focus.
void
Called if a plugin lost the input focus.

Uses in package de.mud.jta.plugin

Classes derived from de.mud.jta.Plugin

class
Implementation of a programmable button bar to be used as a plugin in the Java(tm) Telnet Applet/Application.
class
A capture plugin that captures data and stores it in a defined location.
class
The MudConnector (http://www.mudconnector.com) plugin.
class
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
The shell plugin is the backend component for terminal emulation using a shell.
class
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
The socket plugin acts as the data source for networked operations.
class
Secure Shell plugin for the JTA.
class
A simple plugin showing the current status of the application whether it is online or not.
class
The telnet plugin utilizes a telnet protocol handler to filter telnet negotiation requests from the data stream.
class
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
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
Maintainer: Matthias L.

Uses in package de.mud.jta

Methods with return type de.mud.jta.Plugin

Plugin
PluginLoader.addPlugin(String name, String id)
Add a new plugin to the system and register the plugin load as its communication bus.
Plugin
PluginLoader.replacePlugin(String name, String id)
Replace a plugin with a new one, actually reloads the plugin.