Serialized Form


Package de.mud.jta

Class de.mud.jta.Applet implements Serializable

Serialized Fields

frameTitle

java.lang.String frameTitle

appletFrame

javax.swing.RootPaneContainer appletFrame

options

java.util.Properties options
holds the defaults


pluginLoader

Common pluginLoader
hold the common part of the jta


host

java.lang.String host
hold the host and port for our connection


port

java.lang.String port
hold the host and port for our connection


disconnect

boolean disconnect
disconnect on leave, this is to force applets to break the connection


connect

boolean connect
connect on startup, this is to force applets to connect on detach


disconnectCloseWindow

boolean disconnectCloseWindow
close the window (if it exists) after the connection is lost


focussedPlugin

Plugin focussedPlugin

clipboard

java.awt.datatransfer.Clipboard clipboard

online

boolean online

Class de.mud.jta.PluginConfig implements Serializable

Class de.mud.jta.SmallApplet implements Serializable

Serialized Fields

host

java.lang.String host
hold the host and port for our connection


port

java.lang.String port
hold the host and port for our connection


socket

java.net.Socket socket
hold the socket


is

java.io.InputStream is

os

java.io.OutputStream os

reader

java.lang.Thread reader

emulation

vt320 emulation
the terminal


terminal

SwingTerminal terminal

telnet

TelnetProtocolHandler telnet
the telnet protocol handler


localecho

boolean localecho

running

boolean running


Package de.mud.terminal

Class de.mud.terminal.SwingTerminal implements Serializable

Serialized Fields

buffer

VDUBuffer buffer
the VDU buffer


insets

java.awt.Insets insets

raised

boolean raised

normalFont

java.awt.Font normalFont

fm

java.awt.FontMetrics fm

charWidth

int charWidth

charHeight

int charHeight

charDescent

int charDescent

resizeStrategy

int resizeStrategy

selectBegin

java.awt.Point selectBegin

selectEnd

java.awt.Point selectEnd

selection

java.lang.String selection

scrollBar

javax.swing.JScrollBar scrollBar

sf

SoftFont sf

colorPrinting

boolean colorPrinting

backingStore

java.awt.Image backingStore

color

java.awt.Color[] color
A list of colors used for representation of the display


cursorColorFG

java.awt.Color cursorColorFG
User defineable cursor colors


cursorColorBG

java.awt.Color cursorColorBG

mouseListener

java.awt.event.MouseListener mouseListener

mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener