- Capture - Class in de.mud.jta.plugin
-
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
- charArray - Variable in class de.mud.terminal.VDUBuffer
-
- charAttributes - Variable in class de.mud.terminal.VDUBuffer
-
- Cipher - Class in de.mud.ssh
-
Cipher class is the type for all other ciphers.
- Cipher() - Constructor for class de.mud.ssh.Cipher
-
- clearSelection() - Method in class de.mud.terminal.SwingTerminal
-
- close() - Method in class de.mud.jta.plugin.HandlerPTY
-
- COLOR - Static variable in class de.mud.terminal.VDUBuffer
-
color mask
- COLOR_BG - Static variable in class de.mud.terminal.VDUBuffer
-
background color mask
- COLOR_BG_SHIFT - Static variable in class de.mud.terminal.VDUBuffer
-
how much to left shift the background color
- COLOR_BOLD - Static variable in class de.mud.terminal.SwingTerminal
-
- COLOR_FG - Static variable in class de.mud.terminal.VDUBuffer
-
foreground color mask
- COLOR_FG_SHIFT - Static variable in class de.mud.terminal.VDUBuffer
-
how much to left shift the foreground color
- COLOR_INVERT - Static variable in class de.mud.terminal.SwingTerminal
-
- Common - Class in de.mud.jta
-
The common part of the JTA - Telnet/SSH for the JAVA(tm) platform
is handled here.
- Common(Properties) - Constructor for class de.mud.jta.Common
-
- ConfigurationListener - Interface in de.mud.jta.event
-
Configuration listener will be notified of configuration events.
- ConfigurationRequest - Class in de.mud.jta.event
-
Configuration request message.
- ConfigurationRequest(PluginConfig) - Constructor for class de.mud.jta.event.ConfigurationRequest
-
- configure(PluginConfig) - Method in class de.mud.jta.plugin.Telnet
-
- connect(String, int) - Method in interface de.mud.jta.event.SocketListener
-
Called if a connection should be established.
- connect - Variable in class de.mud.jta.plugin.MudConnector
-
- 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.jta.plugin.Timeout
-
Start the timeout countdown.
- connect(String, int) - Method in class de.mud.jta.Wrapper
-
Connect the socket and open the connection.
- connect(String, int) - Method in class de.mud.telnet.TelnetWrapper
-
- context - Variable in class de.mud.jta.plugin.URLFilter
-
- copy(Clipboard) - Method in class de.mud.jta.plugin.Terminal
-
- copy(Clipboard) - Method in interface de.mud.jta.VisualTransferPlugin
-
Copy currently selected text into the clipboard.
- crc32(byte[], int) - Static method in class de.mud.ssh.SshMisc
-
Compute the crc Cyclic Redundancy Check, with the polynomial 0xedb88320,
The polynomial is X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0
We take it "backwards" and put the highest-order term in the lowest-order bit.
- createString(String) - Static method in class de.mud.ssh.SshMisc
-
Return a Arbitrary length binary string
First 4 bytes are the length of the string, msb first (not
including the length itself).
- cursorX - Variable in class de.mud.terminal.VDUBuffer
-
- cursorY - Variable in class de.mud.terminal.VDUBuffer
-
- fileDialog - Variable in class de.mud.jta.plugin.Capture
-
- FilterPlugin - Interface in de.mud.jta
-
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 class de.mud.jta.event.AppletRequest
-
Notify all listeners of a configuration event.
- 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.EndOfRecordRequest
-
Notify all listeners about the end of record message
- 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.LocalEchoRequest
-
Notify all listeners about the status of local echo.
- 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.ReturnFocusRequest
-
Notify all listeners about return focus message.
- firePluginMessage(PluginListener) - Method in class de.mud.jta.event.SetWindowSizeRequest
-
Set the new size of the window
- 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.SoundRequest
-
Notify all listeners that they may play the sound.
- firePluginMessage(PluginListener) - Method in class de.mud.jta.event.TelnetCommandRequest
-
Notify all listeners about the end of record message
- 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.WindowSizeRequest
-
Return the size of the window
- 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.
- FlashTerminal - Class in de.mud.flash
-
- FlashTerminal() - Constructor for class de.mud.flash.FlashTerminal
-
- FlashTerminalServer - Class in de.mud.flash
-
Flash Terminal Server implementation
- FlashTerminalServer(String, String, Socket) - Constructor for class de.mud.flash.FlashTerminalServer
-
- FocusStatus - Class in de.mud.jta.event
-
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 in de.mud.jta.event
-
This is the interface for a focus status listener.
- getAttributes(int, int) - Method in class de.mud.terminal.VDUBuffer
-
Get the attributes for the specified position.
- getBottomMargin() - Method in class de.mud.terminal.VDUBuffer
-
Get the bottom scroll margin.
- getBufferSize() - Method in class de.mud.terminal.VDUBuffer
-
Retrieve current scrollback buffer size.
- getChar(int, int) - Method in class de.mud.terminal.VDUBuffer
-
Get the character at the specified position.
- getColorSet() - Method in class de.mud.terminal.SwingTerminal
-
Get current color set.
- getColumns() - Method in class de.mud.terminal.VDUBuffer
-
Get amount of columns on the screen.
- getComponents() - Method in class de.mud.jta.Common
-
Get the list of visual components currently registered.
- getCursorColumn() - Method in class de.mud.terminal.VDUBuffer
-
Get the current column of the cursor position.
- getCursorRow() - Method in class de.mud.terminal.VDUBuffer
-
Get the current line of the cursor position.
- getDate() - Method in class de.mud.jta.Build
-
- getDate() - Method in interface de.mud.jta.Version
-
- getFilterSource() - Method in interface de.mud.jta.FilterPlugin
-
- getFilterSource() - Method in class de.mud.jta.plugin.ButtonBar
-
- getFilterSource() - Method in class de.mud.jta.plugin.Capture
-
- getFilterSource() - Method in class de.mud.jta.plugin.Script
-
- getFilterSource() - Method in class de.mud.jta.plugin.Shell
-
- getFilterSource() - Method in class de.mud.jta.plugin.Sink
-
- getFilterSource() - Method in class de.mud.jta.plugin.Socket
-
- getFilterSource() - Method in class de.mud.jta.plugin.SSH
-
- getFilterSource() - Method in class de.mud.jta.plugin.Telnet
-
- getFilterSource() - Method in class de.mud.jta.plugin.Terminal
-
- getFilterSource() - Method in class de.mud.jta.plugin.Timeout
-
- getFilterSource() - Method in class de.mud.jta.plugin.URLFilter
-
- getHandler() - Method in class de.mud.telnet.TelnetWrapper
-
- getId() - Method in class de.mud.jta.Plugin
-
Return identifier for this plugin.
- getInsets() - Method in class de.mud.terminal.SwingTerminal
-
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.VDUBuffer
-
Retrieve maximum buffer Size.
- getMenus() - Method in class de.mud.jta.Common
-
- getMpInt(int, byte[]) - Static method in class de.mud.ssh.SshMisc
-
Return the mp-int at the position offset in the data
First 2 bytes are the number of bits in the integer, msb first
(for example, the value 0x00012345 would have 17 bits).
- getMpInt() - Method in class de.mud.ssh.SshPacket1
-
Return the mp-int at the position offset in the data
First 2 bytes are the number of bits in the integer, msb first
(for example, the value 0x00012345 would have 17 bits).
- getMpInt() - Method in class de.mud.ssh.SshPacket2
-
Return the mp-int at the position offset in the data
First 4 bytes are the number of bytes in the integer, msb first
(for example, the value 0x00012345 would have 17 bits).
- getNotZeroRandomByte() - Static method in class de.mud.ssh.SshMisc
-
- getPayLoad(SshCrypto, long) - Method in class de.mud.ssh.SshPacket2
-
- getPluginMenu() - Method in class de.mud.jta.plugin.ButtonBar
-
- 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.MudConnector
-
- getPluginMenu() - Method in class de.mud.jta.plugin.SSH
-
- getPluginMenu() - Method in class de.mud.jta.plugin.Status
-
- getPluginMenu() - Method in class de.mud.jta.plugin.Terminal
-
- getPluginMenu() - Method in class de.mud.jta.plugin.URLFilter
-
- getPluginMenu() - Method in interface de.mud.jta.VisualPlugin
-
Get the menu entry for this component.
- getPlugins() - Method in class de.mud.jta.PluginLoader
-
- getPluginVisual() - Method in class de.mud.jta.plugin.ButtonBar
-
- 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.MudConnector
-
- getPluginVisual() - Method in class de.mud.jta.plugin.SSH
-
- getPluginVisual() - Method in class de.mud.jta.plugin.Status
-
- getPluginVisual() - Method in class de.mud.jta.plugin.Terminal
-
- getPluginVisual() - Method in class de.mud.jta.plugin.URLFilter
-
- getPluginVisual() - Method in interface de.mud.jta.VisualPlugin
-
Get the visible components from the plugin.
- getPreferredSize() - Method in class de.mud.terminal.SwingTerminal
-
Return the preferred Size of the character display.
- getPrompt() - Method in class de.mud.jta.Wrapper
-
- getProperty(String, String, String) - Method in class de.mud.jta.PluginConfig
-
Get property value for a certain plugin with the specified id.
- getProperty(String, String) - Method in class de.mud.jta.PluginConfig
-
Get the property value for a certain plugin.
- getRows() - Method in class de.mud.terminal.VDUBuffer
-
Get amount of rows on the screen.
- getSelection() - Method in class de.mud.terminal.SwingTerminal
-
- getSize() - Method in class de.mud.terminal.SwingTerminal
-
Return the real size in points of the character display.
- getString(int, byte[]) - Static method in class de.mud.ssh.SshMisc
-
return the strint at the position offset in the data
First 4 bytes are the length of the string, msb first (not
including the length itself).
- 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.jta.Wrapper
-
- 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.
- getTopMargin() - Method in class de.mud.terminal.VDUBuffer
-
Get the top scroll margin.
- getVDUBuffer() - Method in class de.mud.flash.FlashTerminal
-
Get the current buffer.
- getVDUBuffer() - Method in class de.mud.terminal.SwingTerminal
-
Return the currently associated VDUBuffer.
- getVDUBuffer() - Method in interface de.mud.terminal.VDUDisplay
-
- getWindowBase() - Method in class de.mud.terminal.VDUBuffer
-
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.jta.Wrapper
-
- getWindowSize() - Method in class de.mud.telnet.TelnetProtocolHandler
-
Get the current window size of the terminal for the
NAWS telnet option.
- P - Variable in class de.mud.ssh.Blowfish
-
- paint(Graphics) - Method in class de.mud.terminal.SwingTerminal
-
Paint the current screen using the backing store image.
- panel - Variable in class de.mud.jta.plugin.ButtonBar
-
the panel that contains the buttons and input fields
- pass - Variable in class de.mud.jta.plugin.SSH
-
- paste(Clipboard) - Method in class de.mud.jta.plugin.Terminal
-
- paste(Clipboard) - Method in interface de.mud.jta.VisualTransferPlugin
-
Paste text from clipboard to the plugin.
- pin - Variable in class de.mud.jta.plugin.URLFilter
-
- 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 in de.mud.jta
-
Plugin base class for the JTA.
- 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 in de.mud.jta
-
A plugin bus is used for communication between plugins.
- PluginConfig - Class in de.mud.jta
-
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 in de.mud.jta
-
A tag interface for a plugin message listener.
- PluginLoader - Class in de.mud.jta
-
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 in de.mud.jta
-
The base interface for a plugin message.
- port - Variable in class de.mud.jta.Wrapper
-
- pout - Variable in class de.mud.jta.plugin.URLFilter
-
- print(Graphics) - Method in class de.mud.terminal.SwingTerminal
-
- processFocusEvent(FocusEvent) - Method in class de.mud.terminal.SwingTerminal
-
- processKeyEvent(KeyEvent) - Method in class de.mud.terminal.SwingTerminal
-
Process key events for this component.
- processMouseEvent(MouseEvent) - Method in class de.mud.terminal.SwingTerminal
-
Process mouse events for this component.
- processMouseMotionEvent(MouseEvent) - Method in class de.mud.terminal.SwingTerminal
-
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.VDUBuffer
-
Put a character on the screen with normal font and outline.
- putChar(int, int, char, int) - Method in class de.mud.terminal.VDUBuffer
-
Put a character on the screen with specific font and outline.
- putMpInt(BigInteger) - Method in class de.mud.ssh.SshPacket1
-
- putMpInt(BigInteger) - Method in class de.mud.ssh.SshPacket2
-
- putString(int, int, String) - Method in class de.mud.terminal.VDUBuffer
-
Put a String at a specific position.
- putString(int, int, String, int) - Method in class de.mud.terminal.VDUBuffer
-
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.
- 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.ButtonBar
-
- 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.HandlerPTY
-
- 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.Shell
-
- read(byte[]) - Method in class de.mud.jta.plugin.Sink
-
- read(byte[]) - Method in class de.mud.jta.plugin.Socket
-
- 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.Telnet
-
- read(byte[]) - Method in class de.mud.jta.plugin.Terminal
-
- read(byte[]) - Method in class de.mud.jta.plugin.Timeout
-
- 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.jta.Wrapper
-
Read data from the socket and use telnet negotiation before returning
the data read.
- read(byte[]) - Method in class de.mud.ssh.SshWrapper
-
Read data from the backend and decrypt it.
- read(byte[]) - Method in class de.mud.telnet.TelnetWrapper
-
Read data from the socket and use telnet negotiation before returning
the data read.
- redraw() - Method in class de.mud.flash.FlashTerminal
-
Redraw terminal (send new/changed terminal lines to flash frontend).
- redraw() - Method in class de.mud.terminal.SwingTerminal
-
Redraw marked lines.
- redraw(Graphics) - Method in class de.mud.terminal.SwingTerminal
-
- redraw() - Method in class de.mud.terminal.VDUBuffer
-
Trigger a redraw on the display.
- redraw() - Method in interface de.mud.terminal.VDUDisplay
-
- 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
- removeFocusListener(FocusListener) - Method in class de.mud.terminal.SwingTerminal
-
- removeKeyListener(KeyListener) - Method in class de.mud.terminal.SwingTerminal
-
Remove key listener from the VDU.
- removeMouseListener(MouseListener) - Method in class de.mud.terminal.SwingTerminal
-
Remove a mouse listener to the VDU.
- removeMouseMotionListener(MouseMotionListener) - Method in class de.mud.terminal.SwingTerminal
-
Remove a mouse motion listener to the VDU.
- replacePlugin(String, String) - Method in class de.mud.jta.PluginLoader
-
Replace a plugin with a new one, actually reloads the plugin.
- 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.SwingTerminal
-
- RESIZE_NONE - Static variable in class de.mud.terminal.SwingTerminal
-
- RESIZE_SCREEN - Static variable in class de.mud.terminal.SwingTerminal
-
- returnFocus() - Method in interface de.mud.jta.event.ReturnFocusListener
-
Called if the end of return focus message is sent.
- ReturnFocusListener - Interface in de.mud.jta.event
-
This interface should be used by plugins who would like to be notified
about the return of the focus from another plugin.
- ReturnFocusRequest - Class in de.mud.jta.event
-
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.flash.FlashTerminal
-
- run() - Method in class de.mud.flash.FlashTerminalServer
-
- run() - Method in class de.mud.jta.plugin.MudConnector
-
- run() - Method in class de.mud.jta.plugin.Sink
-
Continuously read from our back end and drop the data.
- run() - Method in class de.mud.jta.plugin.Status
-
- 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.Timeout
-
Sleep for the timeout beeing.
- run() - Method in class de.mud.jta.plugin.URLFilter
-
- run() - Method in class de.mud.jta.SmallApplet
-
Continuously read from remote host and display the data on screen.
- 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
-
- screenBase - Variable in class de.mud.terminal.VDUBuffer
-
- Script - Class in de.mud.jta.plugin
-
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.
- script - Variable in class de.mud.jta.Wrapper
-
- scriptHandler - Variable in class de.mud.jta.Wrapper
-
- ScriptHandler - Class in de.mud.telnet
-
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.VDUBuffer
-
Scroll down when inserting a line.
- SCROLL_UP - Static variable in class de.mud.terminal.VDUBuffer
-
Scroll up when inserting a line.
- scrollMarker - Variable in class de.mud.terminal.VDUBuffer
-
- send(String) - Method in class de.mud.jta.Wrapper
-
Send a command to the remote host.
- send(String) - Method in class de.mud.ssh.SshWrapper
-
Send a command to the remote host.
- 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(JApplet) - 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.SwingTerminal
-
Set the border thickness and the border type.
- setBottomMargin(int) - Method in class de.mud.terminal.VDUBuffer
-
Set the bottom scroll margin for the screen.
- setBounds(int, int, int, int) - Method in class de.mud.terminal.SwingTerminal
-
Reshape character display according to resize strategy.
- setBufferSize(int) - Method in class de.mud.terminal.VDUBuffer
-
Set scrollback buffer size.
- setColorPrinting(boolean) - Method in class de.mud.terminal.SwingTerminal
-
Set default for printing black&white or colorized as displayed on
screen.
- setColorSet(Color[]) - Method in class de.mud.terminal.SwingTerminal
-
Set new color set for the display.
- setConfiguration(PluginConfig) - Method in interface de.mud.jta.event.ConfigurationListener
-
Called for configuration changes.
- 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.SwingTerminal
-
Set cursor FG and BG colors
- setCursorPosition(int, int) - Method in class de.mud.terminal.VDUBuffer
-
Puts the cursor at the specified position.
- setDisplay(VDUDisplay) - Method in class de.mud.terminal.VDUBuffer
-
- 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.ButtonBar
-
- 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.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.Shell
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Sink
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Socket
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.SSH
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Telnet
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Terminal
-
- setFilterSource(FilterPlugin) - Method in class de.mud.jta.plugin.Timeout
-
- 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.SwingTerminal
-
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(String) - Method in class de.mud.ssh.Blowfish
-
- setKey(byte[]) - Method in class de.mud.ssh.Blowfish
-
- setKey(byte[]) - Method in class de.mud.ssh.Cipher
-
- setKey(String) - Method in class de.mud.ssh.Cipher
-
- setKey(byte[]) - Method in class de.mud.ssh.DES
-
- setKey(byte[]) - Method in class de.mud.ssh.DES3
-
- setKey(byte[]) - Method in class de.mud.ssh.IDEA
-
- setKey(String) - Method in class de.mud.ssh.NONE
-
- setKey(byte[]) - Method in class de.mud.ssh.NONE
-
- setKeyCodes(Properties) - Method in interface de.mud.terminal.VDUInput
-
Override the standard key codes used by the terminal emulation.
- 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.jta.Wrapper
-
- setLocalEcho(boolean) - Method in class de.mud.telnet.TelnetProtocolHandler
-
Set the local echo option of telnet.
- 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.jta.Wrapper
-
- setProperty(String, String, String, String) - Method in class de.mud.jta.PluginConfig
-
Set the property value for a certain plugin and id.
- setProperty(String, String, String) - Method in class de.mud.jta.PluginConfig
-
Set the property value for a certain plugin.
- setResizeStrategy(int) - Method in class de.mud.terminal.SwingTerminal
-
Set the strategy when window is resized.
- setScreenSize(int, int, boolean) - Method in class de.mud.terminal.VDUBuffer
-
Change the size of the screen.
- setScreenSize(int, int, boolean) - Method in class de.mud.terminal.vt320
-
- setScrollbar(JScrollBar) - Method in class de.mud.terminal.SwingTerminal
-
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.VDUBuffer
-
Set the top scroll margin for the screen.
- setup(String) - Method in class de.mud.telnet.ScriptHandler
-
Setup the parser using the passed string.
- setVDUBuffer(VDUBuffer) - Method in class de.mud.flash.FlashTerminal
-
Set the VDUBuffer that contains the terminal screen and back-buffer
- setVDUBuffer(VDUBuffer) - Method in class de.mud.terminal.SwingTerminal
-
Set a new terminal (VDU) buffer.
- setVDUBuffer(VDUBuffer) - Method in interface de.mud.terminal.VDUDisplay
-
- 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.VDUBuffer
-
Set the current window base.
- setWindowSize(int, int) - Method in interface de.mud.jta.event.SetWindowSizeListener
-
Set the current window size of the terminal in rows and columns.
- setWindowSize(int, int) - Method in class de.mud.ssh.SshIO
-
- setWindowSize(int, int) - Method in class de.mud.telnet.TelnetProtocolHandler
-
Send the new Window Size (via NAWS)
- setWindowSize(int, int) - Method in class de.mud.terminal.vt320
-
Sent the changed window size from the terminal to all listeners.
- SetWindowSizeListener - Interface in de.mud.jta.event
-
This is the interface for a window size listener.
- SetWindowSizeRequest - Class in de.mud.jta.event
-
Request the current window size of the terminal.
- SetWindowSizeRequest(int, int) - Constructor for class de.mud.jta.event.SetWindowSizeRequest
-
- Shell - Class in de.mud.jta.plugin
-
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
-
- show(Component, String) - Static method in class de.mud.jta.Help
-
- showcursor - Variable in class de.mud.terminal.VDUBuffer
-
- showCursor(boolean) - Method in class de.mud.terminal.VDUBuffer
-
Sets whether the cursor is visible or not.
- showURL(String) - Method in class de.mud.jta.plugin.URLFilter
-
Show a URL if the applet context is available.
- Sink - Class in de.mud.jta.plugin
-
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
-
- SmallApplet - Class in de.mud.jta
-
Small Telnet Applet implementation
- SmallApplet() - Constructor for class de.mud.jta.SmallApplet
-
- Socket - Class in de.mud.jta.plugin
-
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.
- socket - Variable in class de.mud.jta.plugin.Socket
-
- socket - Variable in class de.mud.jta.Wrapper
-
- SocketListener - Interface in de.mud.jta.event
-
The socket listener should be implemented by plugins that want to know
when the whole systems connects or disconnects.
- SocketRequest - Class in de.mud.jta.event
-
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 in de.mud.terminal
-
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 in de.mud.jta.event
-
Play a sound when requested.
- SoundRequest - Class in de.mud.jta.event
-
Play a sound.
- SoundRequest(URL) - Constructor for class de.mud.jta.event.SoundRequest
-
- source - Variable in class de.mud.jta.plugin.Capture
-
- 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.Sink
-
- source - Variable in class de.mud.jta.plugin.SSH
-
- source - Variable in class de.mud.jta.plugin.Telnet
-
- source - Variable in class de.mud.jta.plugin.Terminal
-
- 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 in de.mud.jta.plugin
-
Secure Shell plugin for the JTA.
- SSH(PluginBus, String) - Constructor for class de.mud.jta.plugin.SSH
-
Create a new ssh plugin.
- SshCrypto - Class in de.mud.ssh
-
- SshCrypto(String, byte[]) - Constructor for class de.mud.ssh.SshCrypto
-
- SshIO - Class in de.mud.ssh
-
Secure Shell IO
- SshIO() - Constructor for class de.mud.ssh.SshIO
-
Initialise SshIO
- SshMisc - Class in de.mud.ssh
-
- SshMisc() - Constructor for class de.mud.ssh.SshMisc
-
- SshPacket1 - Class in de.mud.ssh
-
- SshPacket1(SshCrypto) - Constructor for class de.mud.ssh.SshPacket1
-
- SshPacket1(byte) - Constructor for class de.mud.ssh.SshPacket1
-
- SshPacket2 - Class in de.mud.ssh
-
- SshPacket2(SshCrypto) - Constructor for class de.mud.ssh.SshPacket2
-
- SshPacket2(byte) - Constructor for class de.mud.ssh.SshPacket2
-
- SshWrapper - Class in de.mud.ssh
-
The telnet ssh is a sample class for how to use the SSH protocol
handler of the JTA source package.
- SshWrapper() - Constructor for class de.mud.ssh.SshWrapper
-
- SshWrapperExample - Class in de.mud.ssh
-
This is an example for using the SshWrapper class.
- SshWrapperExample() - Constructor for class de.mud.ssh.SshWrapperExample
-
- start(Socket) - Method in class de.mud.flash.FlashTerminal
-
- start() - Method in class de.mud.jta.Applet
-
Start the applet.
- start(String) - Method in class de.mud.jta.plugin.HandlerPTY
-
- start() - Method in class de.mud.jta.SmallApplet
-
Start the applet.
- startup() - Method in class de.mud.telnet.TelnetProtocolHandler
-
Do not send any notifications at startup.
- Status - Class in de.mud.jta.plugin
-
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.Applet
-
Stop the applet and disconnect.
- stop() - Method in class de.mud.jta.SmallApplet
-
Stop the applet and disconnect.
- SwingTerminal - Class in de.mud.terminal
-
Video Display Unit emulation for Swing/AWT.
- SwingTerminal(VDUBuffer, Font) - Constructor for class de.mud.terminal.SwingTerminal
-
Create a new video display unit with the passed width and height in
characters using a special font and font size.
- SwingTerminal(VDUBuffer) - Constructor for class de.mud.terminal.SwingTerminal
-
Create a display unit with size 80x24 and Font "Monospaced", size 12.
- Telnet - Class in de.mud.jta.plugin
-
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.
- TelnetCommandListener - Interface in de.mud.jta.event
-
This interface should be used by plugins who would like to be notified
about the end of record event
- TelnetCommandRequest - Class in de.mud.jta.event
-
Notification of the end of record event
- TelnetCommandRequest(byte) - Constructor for class de.mud.jta.event.TelnetCommandRequest
-
- TelnetProtocolHandler - Class in de.mud.telnet
-
This is a telnet protocol handler.
- TelnetProtocolHandler() - Constructor for class de.mud.telnet.TelnetProtocolHandler
-
Create a new telnet protocol handler.
- TelnetWrapper - Class in de.mud.telnet
-
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 - Class in de.mud.jta.plugin
-
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.
- terminal - Variable in class de.mud.jta.plugin.Terminal
-
holds the actual terminal emulation
- TerminalTypeListener - Interface in de.mud.jta.event
-
This is the interface for a terminal type listener.
- TerminalTypeRequest - Class in de.mud.jta.event
-
Request message for the current terminal type.
- TerminalTypeRequest() - Constructor for class de.mud.jta.event.TerminalTypeRequest
-
- Timeout - Class in de.mud.jta.plugin
-
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.
- timeout - Variable in class de.mud.jta.plugin.Timeout
-
- 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
-
- 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.