A B C D E F G H I K L M N O P R S T U V W X Y

A

actionPerformed(ActionEvent) - Method in class de.mud.jta.plugin.ButtonBar
 
actionPerformed(ActionEvent) - Method in class de.mud.jta.plugin.Capture
 
actionPerformed(ActionEvent) - Method in class de.mud.jta.plugin.MudConnector
 
addEntry(String, BSXObject) - Method in class de.mud.bsx.BSXCache
 
addFocusListener(FocusListener) - Method in class de.mud.terminal.VDU
 
addKeyListener(KeyListener) - Method in class de.mud.terminal.VDU
Add a key listener to the VDU.
addMouseListener(MouseListener) - Method in class de.mud.terminal.VDU
Add a mouse listener to the VDU.
addMouseMotionListener(MouseMotionListener) - Method in class de.mud.terminal.VDU
Add a mouse motion listener to the VDU.
addNotify() - Method in class de.mud.bsx.BSXDisplay
 
addObject(String, int, int) - Method in class de.mud.bsx.BSXScene
adds an object to this scene
addPlugin(String, String) - Method in class de.mud.jta.PluginLoader
Add a new plugin to the system and register the plugin load as its communication bus.
applet - Variable in class de.mud.jta.event.AppletRequest
 
Applet - class de.mud.jta.Applet.
The Java Telnet Applet
Applet() - Constructor for class de.mud.jta.Applet
 
AppletListener - interface de.mud.jta.event.AppletListener.
This is the interface is for applet listeners, plugins that want to know the applet object.
AppletRequest - class de.mud.jta.event.AppletRequest.
Tell listeners the applet object.
AppletRequest(Applet) - Constructor for class de.mud.jta.event.AppletRequest
 
audioBeep - Variable in class de.mud.jta.plugin.Terminal
if we have a url to an audioclip use it as ping
audioClip - Variable in class de.mud.jta.event.SoundRequest
 

B

BBLUE - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BCYAN - Static variable in class de.mud.jta.plugin.MUDColorizer
 
beep() - Method in class de.mud.terminal.vt320
Play the beep sound ...
BGREEN - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BLACK - Static variable in class de.mud.jta.plugin.MUDColorizer
 
blockSize() - Method in class de.mud.ssh.MD5
 
Blowfish - class de.mud.ssh.Blowfish.
 
Blowfish() - Constructor for class de.mud.ssh.Blowfish
 
BLUE - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BOLD - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BOLD - Static variable in class de.mud.terminal.VDU
Make character bold.
BPINK - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BRED - Static variable in class de.mud.jta.plugin.MUDColorizer
 
broadcast(PluginMessage) - Method in interface de.mud.jta.PluginBus
Broadcast a plugin message to all listeners.
broadcast(PluginMessage) - Method in class de.mud.jta.PluginLoader
Implementation of the plugin bus.
bsx - Variable in class de.mud.bsx.BSXCache
the objects
BSX - class de.mud.jta.plugin.BSX.
ultrahighspeed-BSX-command-parser as Plugin for JTA 2.0.
BSX(PluginBus, String) - Constructor for class de.mud.jta.plugin.BSX
initialize the parser
BSXCache - class de.mud.bsx.BSXCache.
a LRU Cache for BSX Objects.
BSXCache() - Constructor for class de.mud.bsx.BSXCache
 
bsxColors - Static variable in class de.mud.bsx.BSXObject
BSX Colors
BSXDisplay - class de.mud.bsx.BSXDisplay.
the visual component for displaying bsx data.
BSXDisplay() - Constructor for class de.mud.bsx.BSXDisplay
 
BSXObject - class de.mud.bsx.BSXObject.
Basic object for BSX Graphic.
BSXObject(String, int[][]) - Constructor for class de.mud.bsx.BSXObject
Constructor for BSXObject.
bsxscene - Variable in class de.mud.bsx.BSXDisplay
drawable scene data
BSXScene - class de.mud.bsx.BSXScene.
Scene object for BSX Scenes.
BSXScene(String, int[][]) - Constructor for class de.mud.bsx.BSXScene
Constructor for BSXScene
Build - class de.mud.jta.Build.
 
Build() - Constructor for class de.mud.jta.Build
 
bus - Variable in class de.mud.jta.Plugin
holds the plugin bus used for communication between plugins
ButtonBar - class de.mud.jta.plugin.ButtonBar.
Implementation of a programmable button bar to be used as a plugin in the Java(tm) Telnet Applet/Application.
ButtonBar(PluginBus, String) - Constructor for class de.mud.jta.plugin.ButtonBar
Initialize the button bar and register plugin listeners
BWHITE - Static variable in class de.mud.jta.plugin.MUDColorizer
 
BYELLOW - Static variable in class de.mud.jta.plugin.MUDColorizer
 

C

cacheSize - Variable in class de.mud.bsx.BSXCache
the maximum size of cache
Capture - class de.mud.jta.plugin.Capture.
A capture plugin that captures data and stores it in a defined location.
Capture(PluginBus, String) - Constructor for class de.mud.jta.plugin.Capture
Initialize the Capture plugin.
captureEnabled - Variable in class de.mud.jta.plugin.Capture
Whether the capture is currently enabled or not
Cipher - class de.mud.ssh.Cipher.
 
Cipher() - Constructor for class de.mud.ssh.Cipher
 
clean() - Method in class de.mud.bsx.BSXScene
removes all objects from all layers
clearSelection() - Method in class de.mud.terminal.VDU
 
close() - Method in class de.mud.jta.plugin.HandlerPTY
 
COLOR - Static variable in class de.mud.terminal.VDU
 
COLOR_0 - Static variable in class de.mud.terminal.VDU
 
COLOR_1 - Static variable in class de.mud.terminal.VDU
 
COLOR_2 - Static variable in class de.mud.terminal.VDU
 
COLOR_3 - Static variable in class de.mud.terminal.VDU
 
COLOR_4 - Static variable in class de.mud.terminal.VDU
 
COLOR_5 - Static variable in class de.mud.terminal.VDU
 
COLOR_6 - Static variable in class de.mud.terminal.VDU
 
COLOR_7 - Static variable in class de.mud.terminal.VDU
 
COLOR_BG - Static variable in class de.mud.terminal.VDU
 
COLOR_BOLD - Static variable in class de.mud.terminal.VDU
 
COLOR_FG - Static variable in class de.mud.terminal.VDU
 
COLOR_INVERT - Static variable in class de.mud.terminal.VDU
 
Common - class de.mud.jta.Common.
The common part of the The Javatm Telnet Application is handled here.
Common(Properties) - Constructor for class de.mud.jta.Common
 
ConfigurationListener - interface de.mud.jta.event.ConfigurationListener.
Configuration listener will be notified of configuration events.
ConfigurationRequest - class de.mud.jta.event.ConfigurationRequest.
Configuration request message.
ConfigurationRequest(PluginConfig) - Constructor for class de.mud.jta.event.ConfigurationRequest
 
configure(PluginConfig) - Method in class de.mud.jta.plugin.Telnet
 
connect - Variable in class de.mud.jta.plugin.MudConnector
 
connect(String, int) - Method in interface de.mud.jta.event.SocketListener
Called if a connection should be established.
connect(String, int) - Method in class de.mud.jta.plugin.Timeout
Start the timeout countdown.
connect(String, int) - Method in class de.mud.jta.plugin.Socket
Connect to the host and port passed.
connect(String, int) - Method in class de.mud.telnet.TelnetWrapper
Connect the socket and open the connection.
containsEntry(String) - Method in class de.mud.bsx.BSXCache
 
containsObject(String) - Method in class de.mud.bsx.BSXScene
checks if specified object is within this scene
context - Variable in class de.mud.jta.plugin.URLFilter
 
copy(Clipboard) - Method in interface de.mud.jta.VisualTransferPlugin
Copy currently selected text into the clipboard.
copy(Clipboard) - Method in class de.mud.jta.plugin.Terminal
 
createAndStartReader(TelnetWrapper, PrintStream) - Method in class hc.net.TelnetClient
 
CYAN - Static variable in class de.mud.jta.plugin.MUDColorizer
 

D

data - Variable in class de.mud.bsx.BSXObject
the data to be rendered
dataToSend - Variable in class de.mud.ssh.SshIO
 
de.mud.bsx - package de.mud.bsx
 
de.mud.jta - package de.mud.jta
 
de.mud.jta.event - package de.mud.jta.event
 
de.mud.jta.plugin - package de.mud.jta.plugin
 
de.mud.ssh - package de.mud.ssh
 
de.mud.telnet - package de.mud.telnet
 
de.mud.terminal - package de.mud.terminal
 
debug - Static variable in class de.mud.terminal.VDU
Enable debug messages.
decrypt(byte[]) - Method in class de.mud.ssh.Cipher
 
decrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.Cipher
 
decrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.Blowfish
 
decrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.DES
 
decrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.IDEA
 
decrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.DES3
 
decrypt(int, int, int[]) - Method in class de.mud.ssh.Blowfish
 
decrypt(int, int, int[]) - Method in class de.mud.ssh.DES
 
decrypt(int, int, int[]) - Method in class de.mud.ssh.IDEA
 
DEFAULT_PATH - Static variable in class de.mud.jta.Common
 
defineObject(String, int[][]) - Method in class de.mud.bsx.BSXDisplay
 
defineScene(String, int[][]) - Method in class de.mud.bsx.BSXDisplay
 
deleteArea(int, int, int, int) - Method in class de.mud.terminal.VDU
Delete a rectangular portion of the screen.
deleteArea(int, int, int, int, int) - Method in class de.mud.terminal.VDU
Delete a rectangular portion of the screen.
deleteChar(int, int) - Method in class de.mud.terminal.VDU
Delete a character at a given position on the screen.
deleteLine(int) - Method in class de.mud.terminal.VDU
Delete a line at a specific position.
DES - class de.mud.ssh.DES.
 
DES() - Constructor for class de.mud.ssh.DES
 
DES3 - class de.mud.ssh.DES3.
 
DES3() - Constructor for class de.mud.ssh.DES3
 
dialog - Variable in class de.mud.jta.plugin.Capture
 
digest() - Method in class de.mud.ssh.MD5
 
digestInto(byte[], int) - Method in class de.mud.ssh.MD5
 
dim - Variable in class de.mud.bsx.BSXDisplay
my minimum Dimension
disconnect() - Method in interface de.mud.jta.event.SocketListener
Called if the connection should be stopped.
disconnect() - Method in class de.mud.jta.plugin.Timeout
Stop the timeout
disconnect() - Method in class de.mud.jta.plugin.Socket
Disconnect the socket and close the connection.
disconnect() - Method in class de.mud.ssh.SshIO
 
disconnect() - Method in class de.mud.telnet.TelnetWrapper
Disconnect the socket and close the connection.
draw(Graphics, int, int) - Method in class de.mud.bsx.BSXObject
draw image on specified graphics
drawChar(Graphics, char, int, int, int, int) - Method in class de.mud.terminal.SoftFont
 

E

EInput01 - class de.mud.jta.plugin.EInput01.
An example plugin that creates a text area and sends the text entered there to the remote host.
EInput01(PluginBus, String) - Constructor for class de.mud.jta.plugin.EInput01
 
EMPTY_SCENE - Static variable in class de.mud.bsx.BSXDisplay
an empty scene (black rectangle)
encoding - Variable in class de.mud.jta.plugin.Terminal
The default encoding is ISO 8859-1 (western).
encrypt(byte[]) - Method in class de.mud.ssh.Cipher
 
encrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.Cipher
 
encrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.Blowfish
 
encrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.DES
 
encrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.IDEA
 
encrypt(byte[], int, byte[], int, int) - Method in class de.mud.ssh.DES3
 
encrypt(int, int, int[]) - Method in class de.mud.ssh.Blowfish
 
encrypt(int, int, int[]) - Method in class de.mud.ssh.DES
 
encrypt(int, int, int[]) - Method in class de.mud.ssh.IDEA
 
EndOfRecord() - Method in interface de.mud.jta.event.EndOfRecordListener
Called if the end of record event appears
EndOfRecord() - Method in class de.mud.jta.plugin.MUDColorizer
 
EndOfRecordListener - interface de.mud.jta.event.EndOfRecordListener.
This interface should be used by plugins who would like to be notified about the end of record event
EndOfRecordRequest - class de.mud.jta.event.EndOfRecordRequest.
Notification of the end of record event
EndOfRecordRequest() - Constructor for class de.mud.jta.event.EndOfRecordRequest
Create a new local echo request with the specified value.
equals(byte[], byte[]) - Method in class de.mud.jta.plugin.BSX
compares two byte[]
equals(Object) - Method in class de.mud.bsx.BSXObject
 
error(String) - Method in class de.mud.jta.Plugin
Print an error message to stderr prepending the plugin name.
errorLabel - Variable in class de.mud.jta.plugin.MudConnector
 
event - Variable in class de.mud.jta.event.FocusStatus
 

F

fill(Graphics) - Method in class de.mud.bsx.BSXScene
draws the scene on a graphics object
FilterPlugin - interface de.mud.jta.FilterPlugin.
The filter plugin is the base interface for plugins that want to intercept the communication between front end and back end plugins.
finalize() - Method in class de.mud.jta.plugin.HandlerPTY
 
firePluginMessage(PluginListener) - Method in interface de.mud.jta.PluginMessage
Fire the message to all listeners that are compatible with this message and return the result.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.TerminalTypeRequest
Ask all terminal type listener about the terminal type and return the first answer.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.ReturnFocusRequest
Notify all listeners about return focus message.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.LocalEchoRequest
Notify all listeners about the status of local echo.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.SocketRequest
Tell all listeners that we would like to connect.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.WindowSizeRequest
Return the size of the window
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.SoundRequest
Notify all listeners that they may play the sound.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.AppletRequest
Notify all listeners of a configuration event.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.OnlineStatus
Notify the listers about the online status.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.FocusStatus
Notify the listers about the focus status of the sending component.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.EndOfRecordRequest
Notify all listeners about the end of record message
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.ConfigurationRequest
Notify all listeners of a configuration event.
firePluginMessage(PluginListener) - Method in class de.mud.jta.event.TelnetCommandRequest
Notify all listeners about the end of record message
flush() - Method in class de.mud.bsx.BSXObject
keep ressoure allocation small
FocusStatus - class de.mud.jta.event.FocusStatus.
Notify all listeners that a component has got the input focus.
FocusStatus(Plugin, FocusEvent) - Constructor for class de.mud.jta.event.FocusStatus
Create a new online status message with the specified value.
FocusStatusListener - interface de.mud.jta.event.FocusStatusListener.
This is the interface for a focus status listener.

G

getAttributes(int, int) - Method in class de.mud.terminal.VDU
Get the attributes for the specified position.
getBottomMargin() - Method in class de.mud.terminal.VDU
Get the bottom scroll margin.
getBufferSize() - Method in class de.mud.terminal.VDU
Retrieve current scrollback buffer size.
getChar(int, int) - Method in class de.mud.terminal.VDU
Get the character at the specified position.
getColorSet() - Method in class de.mud.terminal.VDU
 
getColumns() - Method in class de.mud.terminal.VDU
Get amount of columns on the screen.
getComponents() - Method in class de.mud.jta.Common
 
getCursorPosition() - Method in class de.mud.terminal.VDU
Get the current cursor position.
getDate() - Method in interface de.mud.jta.Version
 
getDate() - Method in class de.mud.jta.Build
 
getEntry(String) - Method in class de.mud.bsx.BSXCache
 
getInsets() - Method in class de.mud.terminal.VDU
The insets of the character display define the border.
getInstance(String) - Static method in class de.mud.ssh.Cipher
 
getMaxBufferSize() - Method in class de.mud.terminal.VDU
Retrieve maximum buffer Size.
getMenus() - Method in class de.mud.jta.Common
 
getMinimumSize() - Method in class de.mud.bsx.BSXDisplay
 
getPluginMenu() - Method in interface de.mud.jta.VisualPlugin
Get the menu entry for this component.
getPluginMenu() - Method in class de.mud.jta.plugin.BSX
 
getPluginMenu() - Method in class de.mud.jta.plugin.ButtonBar
 
getPluginMenu() - Method in class de.mud.jta.plugin.Terminal
 
getPluginMenu() - Method in class de.mud.jta.plugin.EInput01
If you want to have a menu configure it and return it here.
getPluginMenu() - Method in class de.mud.jta.plugin.Capture
The Capture menu for the menu bar as configured in the constructor.
getPluginMenu() - Method in class de.mud.jta.plugin.Status
 
getPluginMenu() - Method in class de.mud.jta.plugin.MudConnector
 
getPluginMenu() - Method in class de.mud.jta.plugin.URLFilter
 
getPlugins() - Method in class de.mud.jta.Common
 
getPluginVisual() - Method in interface de.mud.jta.VisualPlugin
Get the visible components from the plugin.
getPluginVisual() - Method in class de.mud.jta.plugin.BSX
 
getPluginVisual() - Method in class de.mud.jta.plugin.ButtonBar
 
getPluginVisual() - Method in class de.mud.jta.plugin.Terminal
 
getPluginVisual() - Method in class de.mud.jta.plugin.EInput01
This method returns the visual part of the component to be displayed by the applet or application at the specified location in the config file.
getPluginVisual() - Method in class de.mud.jta.plugin.Capture
The Capture plugin has no visual component that is embedded in the JTA main frame, so this returns null.
getPluginVisual() - Method in class de.mud.jta.plugin.Status
 
getPluginVisual() - Method in class de.mud.jta.plugin.MudConnector
 
getPluginVisual() - Method in class de.mud.jta.plugin.URLFilter
 
getPreferredSize() - Method in class de.mud.bsx.BSXDisplay
 
getPreferredSize() - Method in class de.mud.terminal.VDU
Return the preferred Size of the character display.
getProperty(String, String) - Method in class de.mud.jta.PluginConfig
Get the property value for a certain plugin.
getProperty(String, String, String) - Method in class de.mud.jta.PluginConfig
Get property value for a certain plugin with the specified id.
getRows() - Method in class de.mud.terminal.VDU
Get amount of rows on the screen.
getScreenSize() - Method in class de.mud.terminal.VDU
Get the screen size in rows and columns.
getSelection() - Method in class de.mud.terminal.VDU
 
getSize() - Method in class de.mud.terminal.VDU
Return the real size in points of the character display.
getTerminalID() - Method in class de.mud.terminal.vt320
Get the terminal id used to identify this terminal.
getTerminalType() - Method in interface de.mud.jta.event.TerminalTypeListener
Return the terminal type string
getTerminalType() - Method in class de.mud.ssh.SshIO
 
getTerminalType() - Method in class de.mud.telnet.TelnetProtocolHandler
Get the current terminal type for TTYPE telnet option.
getTerminalType() - Method in class de.mud.telnet.TelnetWrapper
 
getTopMargin() - Method in class de.mud.terminal.VDU
Get the top scroll margin.
getWindowBase() - Method in class de.mud.terminal.VDU
Get the current window base.
getWindowSize() - Method in interface de.mud.jta.event.WindowSizeListener
Return the current window size of the terminal in rows and columns.
getWindowSize() - Method in class de.mud.telnet.TelnetProtocolHandler
Get the current window size of the terminal for the NAWS telnet option.
getWindowSize() - Method in class de.mud.telnet.TelnetWrapper
 
GREEN - Static variable in class de.mud.jta.plugin.MUDColorizer
 

H

handler - Variable in class de.mud.jta.plugin.SSH
 
handler - Variable in class de.mud.jta.plugin.Telnet
 
HandlerPTY - class de.mud.jta.plugin.HandlerPTY.
 
HandlerPTY() - Constructor for class de.mud.jta.plugin.HandlerPTY
 
handleSSH(byte[]) - Method in class de.mud.ssh.SshIO
Read data from the remote host.
hash(byte[]) - Method in class de.mud.ssh.MD5
 
hash(String) - Method in class de.mud.ssh.MD5
 
hashCode() - Method in class de.mud.bsx.BSXObject
 
hashHostKey - Variable in class de.mud.ssh.SshIO
 
hashSize() - Method in class de.mud.ssh.MD5
 
hc.net - package hc.net
 
HelpFrame - class de.mud.jta.HelpFrame.
Help display for JTA.
HelpFrame(String) - Constructor for class de.mud.jta.HelpFrame
 
helpText - Variable in class de.mud.jta.HelpFrame
 
hexToInt(byte[]) - Method in class de.mud.jta.plugin.BSX
computes an integer from an byte[2] containing a hexadecimal representation in capitol letters (0-9,A-F)
host - Variable in class de.mud.telnet.TelnetWrapper
 

I

id - Variable in class de.mud.jta.Plugin
in case we have several plugins of the same type this contains their unique id
ID - Static variable in class de.mud.jta.PluginLoader
holds the current version id
ID - Static variable in class de.mud.telnet.TelnetProtocolHandler
contains the current revision id
ID - Static variable in class de.mud.terminal.VDU
The current version id tag
ID - Static variable in class de.mud.terminal.vt320
The current version id tag.
IDEA - class de.mud.ssh.IDEA.
 
IDEA() - Constructor for class de.mud.ssh.IDEA
 
ids - Variable in class de.mud.bsx.BSXCache
the ids of the objects
ignoreErrors - Variable in class de.mud.jta.plugin.BSX
ignoreErrors in BSX data
in - Variable in class de.mud.jta.plugin.Socket
 
in - Variable in class de.mud.telnet.TelnetWrapper
 
init() - Method in class de.mud.jta.SmallApplet
Read all parameters from the applet configuration and do initializations for the plugins and the applet.
init() - Method in class de.mud.jta.Applet
Read all parameters from the applet configuration and do initializations for the plugins and the applet.
input - Variable in class de.mud.jta.plugin.EInput01
 
inputfeed(byte[], int) - Method in class de.mud.telnet.TelnetProtocolHandler
 
insertChar(int, int, char, int) - Method in class de.mud.terminal.VDU
Insert a character at a specific position on the screen.
insertLine(int) - Method in class de.mud.terminal.VDU
Insert a blank line at a specific position.
insertLine(int, boolean) - Method in class de.mud.terminal.VDU
Insert a blank line at a specific position.
insertLine(int, int) - Method in class de.mud.terminal.VDU
Insert blank lines at a specific position.
insertLine(int, int, boolean) - Method in class de.mud.terminal.VDU
Insert blank lines at a specific position.
inSoftFont(char) - Method in class de.mud.terminal.SoftFont
 
INVERT - Static variable in class de.mud.terminal.VDU
Invert character.
itemStateChanged(ItemEvent) - Method in class de.mud.jta.plugin.ButtonBar
 
IV0 - Variable in class de.mud.ssh.DES
 
IV0 - Variable in class de.mud.ssh.IDEA
 
IV1 - Variable in class de.mud.ssh.DES
 
IV1 - Variable in class de.mud.ssh.IDEA
 

K

key_schedule - Variable in class de.mud.ssh.DES
 
key_schedule - Variable in class de.mud.ssh.IDEA
 
keyPressed(KeyEvent) - Method in class de.mud.terminal.vt320
main keytyping event handler...
keyReleased(KeyEvent) - Method in class de.mud.terminal.vt320
Not used.
keyTyped(KeyEvent) - Method in class de.mud.terminal.vt320
Handle key Typed events for the terminal, this will get all normal key types, but no shift/alt/control/numlock.

L

layerOfObject(String) - Method in class de.mud.bsx.BSXScene
query the layer of the specified object
layers - Variable in class de.mud.bsx.BSXScene
the eight BSX depth layers
layouter - Variable in class de.mud.jta.plugin.MudConnector
 
listURL - Variable in class de.mud.jta.plugin.MudConnector
 
LocalEchoListener - interface de.mud.jta.event.LocalEchoListener.
This interface should be used by plugins who would like to be notified about the local echo property.
LocalEchoRequest - class de.mud.jta.event.LocalEchoRequest.
Notification of the local echo property.
LocalEchoRequest(boolean) - Constructor for class de.mud.jta.event.LocalEchoRequest
Create a new local echo request with the specified value.
locateObject(String) - Method in class de.mud.bsx.BSXScene
querys the location of an object
login(String, String) - Method in class de.mud.telnet.TelnetWrapper
Login into remote host.
lostOwnership(Clipboard, Transferable) - Method in class de.mud.jta.plugin.Terminal
 
LOW - Static variable in class de.mud.terminal.VDU
Lower intensity character.

M

Main - class de.mud.jta.Main.
The Java Telnet Application
Main() - Constructor for class de.mud.jta.Main
 
main(String[]) - Static method in class de.mud.bsx.BSXDisplay
 
main(String[]) - Static method in class de.mud.jta.Main
 
main(String[]) - Static method in class hc.net.TelnetClient
 
map_cp850_unicode(char) - Method in class de.mud.terminal.vt320
 
markLine(int, int) - Method in class de.mud.terminal.VDU
Mark lines to be updated with redraw().
match(byte[], int) - Method in class de.mud.telnet.ScriptHandler
Try to match the byte array s against the match string.
MCMenu - Variable in class de.mud.jta.plugin.MudConnector
 
MD5 - class de.mud.ssh.MD5.
 
MD5() - Constructor for class de.mud.ssh.MD5
 
menu - Variable in class de.mud.jta.plugin.Terminal
holds the terminal menu
menu - Variable in class de.mud.jta.plugin.Capture
The plugin menu
mouseClicked(MouseEvent) - Method in class de.mud.terminal.VDU
 
mouseDragged(MouseEvent) - Method in class de.mud.terminal.VDU
 
mouseEntered(MouseEvent) - Method in class de.mud.terminal.VDU
 
mouseExited(MouseEvent) - Method in class de.mud.terminal.VDU
 
mouseGetPos(Point) - Method in class de.mud.terminal.VDU
Convert Mouse Event coordinates into character cell coordinates
mouseMoved(MouseEvent) - Method in class de.mud.terminal.VDU
 
mousePressed(MouseEvent) - Method in class de.mud.terminal.VDU
Handle mouse pressed events for copy & paste.
mouseReleased(MouseEvent) - Method in class de.mud.terminal.VDU
Handle mouse released events for copy & paste.
mudAddr - Variable in class de.mud.jta.plugin.MudConnector
 
MUDColorizer - class de.mud.jta.plugin.MUDColorizer.
Some little hack for colors and prompts.
MUDColorizer(PluginBus, String) - Constructor for class de.mud.jta.plugin.MUDColorizer
 
MudConnector - class de.mud.jta.plugin.MudConnector.
The MudConnector (http://www.mudconnector.com) plugin.
MudConnector(PluginBus, String) - Constructor for class de.mud.jta.plugin.MudConnector
Create the list plugin and get the url to the actual list.
mudList - Variable in class de.mud.jta.plugin.MudConnector
 
mudListPanel - Variable in class de.mud.jta.plugin.MudConnector
 
mudListSelector - Variable in class de.mud.jta.plugin.MudConnector
 
mudName - Variable in class de.mud.jta.plugin.MudConnector
 
mudPort - Variable in class de.mud.jta.plugin.MudConnector
 
mulop(int, int) - Static method in class de.mud.ssh.IDEA
 

N

negotiate(byte[]) - Method in class de.mud.telnet.TelnetProtocolHandler
Handle telnet protocol negotiation.
NORMAL - Static variable in class de.mud.jta.plugin.MUDColorizer
 
NORMAL - Static variable in class de.mud.terminal.VDU
Make character normal.
NOT_FOUND - Static variable in class de.mud.bsx.BSXCache
illegal index
notifyEndOfRecord() - Method in class de.mud.telnet.TelnetProtocolHandler
Generate an EOR (end of record) request.
notifyEndOfRecord() - Method in class de.mud.telnet.TelnetWrapper
sent on IAC EOR (prompt terminator for remote access systems).

O

objects - Variable in class de.mud.bsx.BSXDisplay
the object-cache
objects(int) - Method in class de.mud.bsx.BSXScene
querys objects on a specific layer in this scene
offline() - Method in interface de.mud.jta.event.OnlineStatusListener
Called when the system is offline.
online - Variable in class de.mud.jta.event.OnlineStatus
 
online() - Method in interface de.mud.jta.event.OnlineStatusListener
Called when the system is online.
OnlineStatus - class de.mud.jta.event.OnlineStatus.
Notify all listeners that we on or offline.
OnlineStatus(boolean) - Constructor for class de.mud.jta.event.OnlineStatus
Create a new online status message with the specified value.
OnlineStatusListener - interface de.mud.jta.event.OnlineStatusListener.
This is the interface for a online status listener.
out - Variable in class de.mud.jta.plugin.Socket
 
out - Variable in class de.mud.telnet.TelnetWrapper
 

P

P - Variable in class de.mud.ssh.Blowfish
 
paint(Graphics) - Method in class de.mud.bsx.BSXDisplay
 
paint(Graphics) - Method in class de.mud.terminal.VDU
Paint the current screen using the backing store image.
panel - Variable in class de.mud.jta.plugin.BSX
the container for this plugin
panel - Variable in class de.mud.jta.plugin.ButtonBar
the panel that contains the buttons and input fields
panel - Variable in class de.mud.jta.plugin.EInput01
 
parse(byte[], int) - Method in class de.mud.jta.plugin.BSX
parse the input buffer
pass - Variable in class de.mud.jta.plugin.SSH
 
paste(Clipboard) - Method in interface de.mud.jta.VisualTransferPlugin
Paste text from clipboard to the plugin.
paste(Clipboard) - Method in class de.mud.jta.plugin.Terminal
 
picture - Variable in class de.mud.bsx.BSXDisplay
The offscreen doublebuffer
pin - Variable in class de.mud.jta.plugin.URLFilter
 
PINK - Static variable in class de.mud.jta.plugin.MUDColorizer
 
playSound(URL) - Method in interface de.mud.jta.event.SoundListener
Play a sound that is given as a URL
plugin - Variable in class de.mud.jta.event.FocusStatus
 
Plugin - class de.mud.jta.Plugin.
Plugin base class for the Java Telnet Application.
Plugin(PluginBus, String) - Constructor for class de.mud.jta.Plugin
Create a new plugin and set the plugin bus used by this plugin and the unique id.
PluginBus - interface de.mud.jta.PluginBus.
A plugin bus is used for communication between plugins.
PluginConfig - class de.mud.jta.PluginConfig.
Plugin configuration container.
PluginConfig(Properties) - Constructor for class de.mud.jta.PluginConfig
 
pluginGainedFocus(Plugin) - Method in interface de.mud.jta.event.FocusStatusListener
Called if a plugin gained the input focus.
PluginListener - interface de.mud.jta.PluginListener.
A tag interface for a plugin message listener.
PluginLoader - class de.mud.jta.PluginLoader.
The plugin loader tries to load the plugin by name and returns a corresponding plugin object.
PluginLoader() - Constructor for class de.mud.jta.PluginLoader
Create new plugin loader and set up with default plugin path.
PluginLoader(Vector) - Constructor for class de.mud.jta.PluginLoader
Create new plugin loader and set up with specified plugin path.
pluginLostFocus(Plugin) - Method in interface de.mud.jta.event.FocusStatusListener
Called if a plugin lost the input focus.
PluginMessage - interface de.mud.jta.PluginMessage.
The base interface for a plugin message.
poly - Variable in class de.mud.bsx.BSXObject
the translated polygons
port - Variable in class de.mud.telnet.TelnetWrapper
 
positions - Variable in class de.mud.bsx.BSXScene
positions of the contained objects
pout - Variable in class de.mud.jta.plugin.URLFilter
 
print(Graphics) - Method in class de.mud.terminal.VDU
 
processFocusEvent(FocusEvent) - Method in class de.mud.terminal.VDU
 
processKeyEvent(KeyEvent) - Method in class de.mud.terminal.VDU
Process key events for this component.
processMouseEvent(MouseEvent) - Method in class de.mud.terminal.VDU
Process mouse events for this component.
processMouseMotionEvent(MouseEvent) - Method in class de.mud.terminal.VDU
Process mouse motion events for this component.
progress - Variable in class de.mud.jta.plugin.MudConnector
 
protocols - Variable in class de.mud.jta.plugin.URLFilter
 
putChar(int, int, char) - Method in class de.mud.terminal.VDU
Put a character on the screen with normal font and outline.
putChar(int, int, char, int) - Method in class de.mud.terminal.VDU
Put a character on the screen with specific font and outline.
putString(int, int, String) - Method in class de.mud.terminal.VDU
Put a String at a specific position.
putString(int, int, String, int) - Method in class de.mud.terminal.VDU
Put a String at a specific position giving all characters the same attributes.
putString(String) - Method in class de.mud.terminal.vt320
Put string at current cursor position.

R

read(byte[]) - Method in interface de.mud.jta.FilterPlugin
Read a block of data from the back end.
read(byte[]) - Method in class de.mud.jta.plugin.HandlerPTY
 
read(byte[]) - Method in class de.mud.jta.plugin.BSX
 
read(byte[]) - Method in class de.mud.jta.plugin.Timeout
 
read(byte[]) - Method in class de.mud.jta.plugin.SSH
Read data from the backend and decrypt it.
read(byte[]) - Method in class de.mud.jta.plugin.ButtonBar
 
read(byte[]) - Method in class de.mud.jta.plugin.Terminal
 
read(byte[]) - Method in class de.mud.jta.plugin.Script
Read an array of bytes from the back end and put it through the script parser to see if it matches.
read(byte[]) - Method in class de.mud.jta.plugin.EInput01
Read data from the filter plugin source and return the amount read.
read(byte[]) - Method in class de.mud.jta.plugin.Shell
 
read(byte[]) - Method in class de.mud.jta.plugin.Capture
Read data from the left side plugin, capture the content and pass it on to the next plugin which called this method.
read(byte[]) - Method in class de.mud.jta.plugin.Telnet
 
read(byte[]) - Method in class de.mud.jta.plugin.Socket
 
read(byte[]) - Method in class de.mud.jta.plugin.MUDColorizer
 
read(byte[]) - Method in class de.mud.jta.plugin.Sink
 
read(byte[]) - Method in class de.mud.jta.plugin.URLFilter
Read an array of bytes from the back end and send it to the url parser to see if it matches.
read(byte[]) - Method in class de.mud.telnet.TelnetWrapper
Read data from the socket and use telnet negotiation before returning the data read.
RED - Static variable in class de.mud.jta.plugin.MUDColorizer
 
redraw() - Method in class de.mud.terminal.VDU
Redraw marked lines.
redraw(Graphics) - Method in class de.mud.terminal.VDU
 
refreshScene() - Method in class de.mud.bsx.BSXDisplay
 
registerPluginListener(PluginListener) - Method in interface de.mud.jta.PluginBus
Register a plugin listener with this bus object
registerPluginListener(PluginListener) - Method in class de.mud.jta.PluginLoader
Register a new plugin listener.
relay - Variable in class de.mud.jta.plugin.Socket
 
relayPort - Variable in class de.mud.jta.plugin.Socket
 
remoteUrlList - Variable in class de.mud.jta.plugin.Capture
The remote storage URL
removeEntry(String) - Method in class de.mud.bsx.BSXCache
 
removeFocusListener(FocusListener) - Method in class de.mud.terminal.VDU
 
removeKeyListener(KeyListener) - Method in class de.mud.terminal.VDU
Remove key listener from the VDU.
removeMouseListener(MouseListener) - Method in class de.mud.terminal.VDU
Remove a mouse listener to the VDU.
removeMouseMotionListener(MouseMotionListener) - Method in class de.mud.terminal.VDU
Remove a mouse motion listener to the VDU.
removeNotify() - Method in class de.mud.bsx.BSXDisplay
 
removeObject(String) - Method in class de.mud.bsx.BSXDisplay
 
removeObject(String) - Method in class de.mud.bsx.BSXScene
removes the specified object from the scene
removeObject(String, int) - Method in class de.mud.bsx.BSXScene
removes the specified object from the scene
reset() - Method in class de.mud.jta.plugin.BSX
reset the parser
reset() - Method in class de.mud.ssh.MD5
 
reset() - Method in class de.mud.telnet.TelnetProtocolHandler
Reset the protocol handler.
reset() - Method in class de.mud.terminal.vt320
 
RESIZE_FONT - Static variable in class de.mud.terminal.VDU
Resize the font to the new screen size.
RESIZE_NONE - Static variable in class de.mud.terminal.VDU
Do nothing when the component is resized.
RESIZE_SCREEN - Static variable in class de.mud.terminal.VDU
Resize the width and height of the character screen.
returnFocus() - Method in interface de.mud.jta.event.ReturnFocusListener
Called if the end of return focus message is sent.
ReturnFocusListener - interface de.mud.jta.event.ReturnFocusListener.
This interface should be used by plugins who would like to be notified about the return of the focus from another plugin.
ReturnFocusRequest - class de.mud.jta.event.ReturnFocusRequest.
Notify listeners that the focus is to be returned to whoever wants it.
ReturnFocusRequest() - Constructor for class de.mud.jta.event.ReturnFocusRequest
Create a new return focus request.
run() - Method in class de.mud.jta.SmallApplet
Continuously read from remote host and display the data on screen.
run() - Method in class de.mud.jta.plugin.Timeout
Sleep for the timeout beeing.
run() - Method in class de.mud.jta.plugin.Terminal
Continuously read from our back end and display the data on screen.
run() - Method in class de.mud.jta.plugin.Status
 
run() - Method in class de.mud.jta.plugin.Sink
Continuously read from our back end and display the data on screen.
run() - Method in class de.mud.jta.plugin.MudConnector
 
run() - Method in class de.mud.jta.plugin.URLFilter
 

S

S0 - Variable in class de.mud.ssh.Blowfish
 
S1 - Variable in class de.mud.ssh.Blowfish
 
S2 - Variable in class de.mud.ssh.Blowfish
 
S3 - Variable in class de.mud.ssh.Blowfish
 
scene - Variable in class de.mud.bsx.BSXDisplay
current scene name
sceneChanged - Variable in class de.mud.bsx.BSXDisplay
redraw info
scenes - Variable in class de.mud.bsx.BSXDisplay
the scene-cache
script - Variable in class de.mud.telnet.TelnetWrapper
 
Script - class de.mud.jta.plugin.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.
Script(PluginBus, String) - Constructor for class de.mud.jta.plugin.Script
Create a new scripting plugin.
scriptHandler - Variable in class de.mud.telnet.TelnetWrapper
 
ScriptHandler - class de.mud.telnet.ScriptHandler.
A script handler, that tries to match strings and returns true when it found the string it searched for.
ScriptHandler() - Constructor for class de.mud.telnet.ScriptHandler
 
SCROLL_DOWN - Static variable in class de.mud.terminal.VDU
Scroll down when inserting a line.
SCROLL_UP - Static variable in class de.mud.terminal.VDU
Scroll up when inserting a line.
send - Variable in class de.mud.jta.plugin.EInput01
 
send(String) - Method in class de.mud.telnet.TelnetWrapper
Send a command to the remote host.
sendData(String) - Method in class de.mud.ssh.SshIO
 
sendTelnetCommand(byte) - Method in interface de.mud.jta.event.TelnetCommandListener
Called by code in the terminal interface or somewhere for sending telnet commands
sendTelnetCommand(byte) - Method in class de.mud.terminal.vt320
 
sendTelnetControl(byte) - Method in class de.mud.telnet.TelnetProtocolHandler
Send a Telnet Escape character (IAC )
setAnswerBack(String) - Method in class de.mud.terminal.vt320
 
setApplet(Applet) - Method in interface de.mud.jta.event.AppletListener
Return the current window size of the terminal in rows and columns.
setBorder(int, boolean) - Method in class de.mud.terminal.VDU
Set the border thickness and the border type.
setBottomMargin(int) - Method in class de.mud.terminal.VDU
Set the bottom scroll margin for the screen.
setBounds(int, int, int, int) - Method in class de.mud.terminal.VDU
Reshape character display according to resize strategy.
setBufferSize(int) - Method in class de.mud.terminal.VDU
Set scrollback buffer size.
setColorPrinting(boolean) - Method in class de.mud.terminal.VDU
Set default for printing black&white or colorized as displayed on screen.
setColorSet(Color[]) - Method in class de.mud.terminal.VDU
 
setConfiguration(PluginConfig) - Method in interface de.mud.jta.event.ConfigurationListener
Called for configuration changes.
setConfiguration(PluginConfig) - Method in class de.mud.jta.plugin.MUDColorizer
 
setCR(String) - Method in class de.mud.telnet.TelnetProtocolHandler
 
setCRLF(String) - Method in class de.mud.telnet.TelnetProtocolHandler
 
setCursorColors(Color, Color) - Method in class de.mud.terminal.VDU
Set cursor FG and BG colors
setCursorPosition(int, int) - Method in class de.mud.terminal.VDU
Puts the cursor at the specified position.
setData(int[][]) - Method in class de.mud.bsx.BSXObject
change th data of this object
setFilterSource(FilterPlugin) - Method in interface de.mud.jta.FilterPlugin
Set the source plugin where we get our data from and where the data sink (write) is.
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.BSX
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Timeout
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.SSH
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.ButtonBar
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Terminal
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Script
Set the filter source where we can read data from and where to write the script answer to.
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.EInput01
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Shell
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Capture
The filter source is the plugin where Capture is connected to.
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Telnet
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Socket
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.MUDColorizer
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Sink
 
setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.URLFilter
Set the filter source where we can read data from and where to write the script answer to.
setFont(Font) - Method in class de.mud.terminal.VDU
Set the font to be used for rendering the characters on screen.
setIBMCharset(boolean) - Method in class de.mud.terminal.vt320
Enable the usage of the IBM character set used by some BBS's.
setKey(byte[]) - Method in class de.mud.ssh.Cipher
 
setKey(byte[]) - Method in class de.mud.ssh.Blowfish
 
setKey(byte[]) - Method in class de.mud.ssh.DES
 
setKey(byte[]) - Method in class de.mud.ssh.IDEA
 
setKey(byte[]) - Method in class de.mud.ssh.DES3
 
setKey(String) - Method in class de.mud.ssh.Cipher
 
setKey(String) - Method in class de.mud.ssh.Blowfish
 
setKeyCodes(Properties) - Method in class de.mud.terminal.vt320
Override the standard key codes used by the terminal emulation.
setLocalEcho(boolean) - Method in interface de.mud.jta.event.LocalEchoListener
Called if the local echo property changes.
setLocalEcho(boolean) - Method in class de.mud.telnet.TelnetProtocolHandler
Set the local echo option of telnet.
setLocalEcho(boolean) - Method in class de.mud.telnet.TelnetWrapper
 
setLocalEcho(boolean) - Method in class de.mud.terminal.vt320
Enable or disable the local echo property of the terminal.
setLogin(String) - Method in class de.mud.ssh.SshIO
 
setPassword(String) - Method in class de.mud.ssh.SshIO
 
setPrompt(String) - Method in class de.mud.telnet.TelnetWrapper
 
setResizeStrategy(int) - Method in class de.mud.terminal.VDU
Set the strategy when window is resized.
setScreenSize(int, int) - Method in class de.mud.terminal.VDU
Change the size of the screen.
setScrollbar(Scrollbar) - Method in class de.mud.terminal.VDU
Connect a scrollbar to the VDU.
setTerminalID(String) - Method in class de.mud.terminal.vt320
Set the terminal id used to identify this terminal.
setTopMargin(int) - Method in class de.mud.terminal.VDU
Set the top scroll margin for the screen.
setup(String) - Method in class de.mud.telnet.ScriptHandler
Setup the parser using the passed string.
setVMS(boolean) - Method in class de.mud.terminal.vt320
Enable the VMS mode of the terminal to handle some things differently for VMS hosts.
setWindowBase(int) - Method in class de.mud.terminal.VDU
Set the current window base.
Shell - class de.mud.jta.plugin.Shell.
The shell plugin is the backend component for terminal emulation using a shell.
Shell(PluginBus, String) - Constructor for class de.mud.jta.plugin.Shell
 
shellCommand - Variable in class de.mud.jta.plugin.Shell
 
showCursor(boolean) - Method in class de.mud.terminal.VDU
 
showObject(String, int, int) - Method in class de.mud.bsx.BSXDisplay
 
showScene(String) - Method in class de.mud.bsx.BSXDisplay
 
showURL(String) - Method in class de.mud.jta.plugin.URLFilter
Show a URL if the applet context is available.
Sink - class de.mud.jta.plugin.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.
Sink(PluginBus, String) - Constructor for class de.mud.jta.plugin.Sink
 
size - Variable in class de.mud.bsx.BSXCache
the size of the cache
size() - Method in class de.mud.bsx.BSXCache
 
SmallApplet - class de.mud.jta.SmallApplet.
Small Telnet Applet implementation
SmallApplet() - Constructor for class de.mud.jta.SmallApplet
 
socket - Variable in class de.mud.jta.plugin.Socket
 
socket - Variable in class de.mud.telnet.TelnetWrapper
 
Socket - class de.mud.jta.plugin.Socket.
The socket plugin acts as the data source for networked operations.
Socket(PluginBus, String) - Constructor for class de.mud.jta.plugin.Socket
Create a new socket plugin.
SocketListener - interface de.mud.jta.event.SocketListener.
The socket listener should be implemented by plugins that want to know when the whole systems connects or disconnects.
SocketRequest - class de.mud.jta.event.SocketRequest.
Notification of a socket request.
SocketRequest() - Constructor for class de.mud.jta.event.SocketRequest
Create a new disconnect message
SocketRequest(String, int) - Constructor for class de.mud.jta.event.SocketRequest
Create a new connect message
SoftFont - class de.mud.terminal.SoftFont.
Any characters that are not available in standard java fonts may be drawn using the softfont utility.
SoftFont() - Constructor for class de.mud.terminal.SoftFont
 
SoundListener - interface de.mud.jta.event.SoundListener.
Play a sound when requested.
SoundRequest - class de.mud.jta.event.SoundRequest.
Play a sound.
SoundRequest(URL) - Constructor for class de.mud.jta.event.SoundRequest
 
source - Variable in class de.mud.jta.plugin.SSH
 
source - Variable in class de.mud.jta.plugin.Terminal
 
source - Variable in class de.mud.jta.plugin.Script
holds the data source for input and output
source - Variable in class de.mud.jta.plugin.EInput01
the source where we get data from
source - Variable in class de.mud.jta.plugin.Capture
 
source - Variable in class de.mud.jta.plugin.Telnet
 
source - Variable in class de.mud.jta.plugin.Sink
 
source - Variable in class de.mud.jta.plugin.URLFilter
holds the data source for input and output
split(String, char) - Static method in class de.mud.jta.Common
Split up comma separated lists of strings.
SSH - class de.mud.jta.plugin.SSH.
Secure Shell plugin for the Java Telnet Application.
SSH(PluginBus, String) - Constructor for class de.mud.jta.plugin.SSH
Create a new ssh plugin.
SshIO - class de.mud.ssh.SshIO.
 
SshIO() - Constructor for class de.mud.ssh.SshIO
Initialise SshIO
start() - Method in class de.mud.jta.SmallApplet
Start the applet.
start() - Method in class de.mud.jta.Applet
Start the applet.
start(String) - Method in class de.mud.jta.plugin.HandlerPTY
 
startup() - Method in class de.mud.telnet.TelnetProtocolHandler
Do not send any notifications at startup.
Status - class de.mud.jta.plugin.Status.
A simple plugin showing the current status of the application whether it is online or not.
Status(PluginBus, String) - Constructor for class de.mud.jta.plugin.Status
 
step - Variable in class de.mud.jta.plugin.MudConnector
 
stop() - Method in class de.mud.jta.SmallApplet
Stop the applet and disconnect.
stop() - Method in class de.mud.jta.Applet
Stop the applet and disconnect.

T

Telnet - class de.mud.jta.plugin.Telnet.
The telnet plugin utilizes a telnet protocol handler to filter telnet negotiation requests from the data stream.
Telnet(PluginBus, String) - Constructor for class de.mud.jta.plugin.Telnet
Create a new telnet plugin.
TelnetClient - class hc.net.TelnetClient.
 
TelnetClient(InputStream, PrintStream, String, int) - Constructor for class hc.net.TelnetClient
 
TelnetCommandListener - interface de.mud.jta.event.TelnetCommandListener.
This interface should be used by plugins who would like to be notified about the end of record event
TelnetCommandRequest - class de.mud.jta.event.TelnetCommandRequest.
Notification of the end of record event
TelnetCommandRequest(byte) - Constructor for class de.mud.jta.event.TelnetCommandRequest
 
TelnetProtocolHandler - class de.mud.telnet.TelnetProtocolHandler.
This is a telnet protocol handler.
TelnetProtocolHandler() - Constructor for class de.mud.telnet.TelnetProtocolHandler
Create a new telnet protocol handler.
TelnetWrapper - class de.mud.telnet.TelnetWrapper.
The telnet wrapper is a sample class for how to use the telnet protocol handler of the JTA source package.
TelnetWrapper() - Constructor for class de.mud.telnet.TelnetWrapper
 
terminal - Variable in class de.mud.jta.plugin.Terminal
holds the actual terminal emulation
Terminal - class de.mud.jta.plugin.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.
Terminal(PluginBus, String) - Constructor for class de.mud.jta.plugin.Terminal
Create a new terminal plugin and initialize the terminal emulation.
TerminalTypeListener - interface de.mud.jta.event.TerminalTypeListener.
This is the interface for a terminal type listener.
TerminalTypeRequest - class de.mud.jta.event.TerminalTypeRequest.
Request message for the current terminal type.
TerminalTypeRequest() - Constructor for class de.mud.jta.event.TerminalTypeRequest
 
timeout - Variable in class de.mud.jta.plugin.Timeout
 
Timeout - class de.mud.jta.plugin.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.
Timeout(PluginBus, String) - Constructor for class de.mud.jta.plugin.Timeout
Create the new timeout plugin.
timeoutCommand - Variable in class de.mud.jta.plugin.Timeout
 
timeoutThread - Variable in class de.mud.jta.plugin.Timeout
 
timeoutWarning - Variable in class de.mud.jta.plugin.Timeout
 
toString() - Method in class de.mud.bsx.BSXCache
 
tPanel - Variable in class de.mud.jta.plugin.Terminal
the terminal panel that is displayed on-screen
transpose(byte[]) - Method in class de.mud.telnet.TelnetProtocolHandler
Transpose special telnet codes like 0xff or newlines to values that are compliant to the protocol.

U

UNDERLINE - Static variable in class de.mud.terminal.VDU
Underline character.
update(byte[], int, int) - Method in class de.mud.ssh.MD5
 
update(Graphics) - Method in class de.mud.bsx.BSXDisplay
 
update(Graphics) - Method in class de.mud.jta.SmallApplet
 
URLFilter - class de.mud.jta.plugin.URLFilter.
Maintainer: Matthias L.
URLFilter(PluginBus, String) - Constructor for class de.mud.jta.plugin.URLFilter
Create a new scripting plugin.
urlList - Variable in class de.mud.jta.plugin.URLFilter
 
urlMenu - Variable in class de.mud.jta.plugin.URLFilter
 
urlPanel - Variable in class de.mud.jta.plugin.URLFilter
 
user - Variable in class de.mud.jta.plugin.SSH
 

V

VDU - class de.mud.terminal.VDU.
Video Display Unit emulation.
VDU() - Constructor for class de.mud.terminal.VDU
Create a display unit with size 80x24 and Font "Monospaced", size 12.
VDU(Font) - Constructor for class de.mud.terminal.VDU
Create a display with the font passed and size 80x24.
VDU(int, int) - Constructor for class de.mud.terminal.VDU
Create a display unit with specific size, Font is "Monospaced", size 12.
VDU(int, int, Font) - Constructor for class de.mud.terminal.VDU
Create a new video display unit with the passed width and height in characters using a special font and font size.
Version - interface de.mud.jta.Version.
 
VERSION - Static variable in class de.mud.jta.plugin.BSX
the BSX style version of this Parser
visual - Variable in class de.mud.jta.plugin.BSX
the canvas that contains the Gfx
VisualPlugin - interface de.mud.jta.VisualPlugin.
To show data on-screen a plugin may have a visible component.
VisualTransferPlugin - interface de.mud.jta.VisualTransferPlugin.
A visual plugin that also allows to copy and paste data.
vt320 - class de.mud.terminal.vt320.
Implementation of a VT terminal emulation plus ANSI compatible.
vt320() - Constructor for class de.mud.terminal.vt320
Create a new terminal emulation with a specific font.
vt320(Font) - Constructor for class de.mud.terminal.vt320
Create a new terminal emulation with a specific font.
vt320(int, int) - Constructor for class de.mud.terminal.vt320
Create a new terminal emulation with specific width and height.
vt320(int, int, Font) - Constructor for class de.mud.terminal.vt320
Create a new vt320 terminal and intialize it with useful settings.

W

waitfor(String) - Method in class de.mud.telnet.TelnetWrapper
 
waitfor(String[]) - Method in class de.mud.telnet.TelnetWrapper
Wait for a string to come from the remote host and return all that characters that are received until that happens (including the string being waited for).
WHITE - Static variable in class de.mud.jta.plugin.MUDColorizer
 
WindowSizeListener - interface de.mud.jta.event.WindowSizeListener.
This is the interface for a window size listener.
WindowSizeRequest - class de.mud.jta.event.WindowSizeRequest.
Request the current window size of the terminal.
WindowSizeRequest() - Constructor for class de.mud.jta.event.WindowSizeRequest
 
working - Variable in class de.mud.bsx.BSXDisplay
current scene data
write(byte[]) - Method in interface de.mud.jta.FilterPlugin
Write a block of data to the back end.
write(byte[]) - Method in class de.mud.jta.plugin.HandlerPTY
 
write(byte[]) - Method in class de.mud.jta.plugin.BSX
 
write(byte[]) - Method in class de.mud.jta.plugin.Timeout
 
write(byte[]) - Method in class de.mud.jta.plugin.SSH
Write data to the back end.
write(byte[]) - Method in class de.mud.jta.plugin.ButtonBar
 
write(byte[]) - Method in class de.mud.jta.plugin.Terminal
 
write(byte[]) - Method in class de.mud.jta.plugin.Script
 
write(byte[]) - Method in class de.mud.jta.plugin.EInput01
Write data to the filter plugin source.
write(byte[]) - Method in class de.mud.jta.plugin.Shell
 
write(byte[]) - Method in class de.mud.jta.plugin.Capture
Write data to the backend but also append it to the capture buffer.
write(byte[]) - Method in class de.mud.jta.plugin.Telnet
 
write(byte[]) - Method in class de.mud.jta.plugin.Socket
 
write(byte[]) - Method in class de.mud.jta.plugin.MUDColorizer
 
write(byte[]) - Method in class de.mud.jta.plugin.Sink
 
write(byte[]) - Method in class de.mud.jta.plugin.URLFilter
 
write(byte[]) - Method in class de.mud.ssh.SshIO
 
write(byte[]) - Method in class de.mud.telnet.TelnetProtocolHandler
Send data to the remote host.
write(byte[]) - Method in class de.mud.telnet.TelnetWrapper
Write data to the socket.
write(byte[]) - Method in class de.mud.terminal.vt320
Write an answer back to the remote host.

X

xecho - Variable in class de.mud.jta.event.LocalEchoRequest
 

Y

YELLOW - Static variable in class de.mud.jta.plugin.MUDColorizer
 

A B C D E F G H I K L M N O P R S T U V W X Y