Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

addNotify(). Method in class display.CharDisplay
address. Variable in class .telnet
The host address to connect to.

B

BOLD. Static variable in class display.CharDisplay
Make character bold.
BSX(). Constructor for class display.BSX

C

CharDisplay(). Constructor for class display.CharDisplay
Create a character display with size 80x24 and Font "Courier", size 12.
CharDisplay(int, int). Constructor for class display.CharDisplay
Create a character display with specific size, Font is "Courier", size 12.
CharDisplay(int, int, String, int). Constructor for class display.CharDisplay
Create a character display with specific size, font and font size.
CharDisplay(String, int). Constructor for class display.CharDisplay
Create a character display with 80x24 and specific font and font size.
CharDisplayTest(). Constructor for class .CharDisplayTest
connect(String). Method in class socket.TelnetIO
Connect to the remote host at the default telnet port (23).
connect(String, int). Method in class socket.TelnetIO
Connect to the remote host at the specified port.

D

deleteArea(int, int, int, int). Method in class display.CharDisplay
Delete a rectangular portion of the screen.
deleteChar(int, int). Method in class display.CharDisplay
Delete a character at a given position on the screen.
deleteLine(int). Method in class display.CharDisplay
Delete a line at a specific position.
disconnect(). Method in class socket.TelnetIO
Disconnect from remote host.

E

emulation. Variable in class .telnet
Emulation type (default is vt320).

G

getAttributes(int, int). Method in class display.CharDisplay
Get the attributes for the specified position.
getBottomMargin(). Method in class display.CharDisplay
Get the bottom scroll margin.
getBufferSize(). Method in class display.CharDisplay
Retrieve current scrollback buffer size.
getChar(int, int). Method in class display.CharDisplay
Get the character at the specified position.
getColumns(). Method in class display.CharDisplay
Get amount of columns on the screen.
getCursor(). Method in class display.CharDisplay
Get the current cursor position.
getMaxBufferSize(). Method in class display.CharDisplay
Retrieve maximum buffer Size.
getParameter(String). Method in class .telnet
getParameterInfo(). Method in class .telnet
getParameterInfo(). Method in class display.Terminal
Get the specific parameter info for the emulation.
getParameterInfo(). Method in class display.vt320
Get the specific parameter info for the emulation.
getRows(). Method in class display.CharDisplay
Get amount of rows on the screen.
getSize(). Method in class display.Terminal
Return the current size of the terminal in characters.
getSize(). Method in class display.vt320
Return the current size of the terminal in characters.
getTerminalType(). Method in class display.Terminal
Return actual terminal type identifier.
getTerminalType(). Method in class display.vt320
Return actual terminal type identifier.
getTopMargin(). Method in class display.CharDisplay
Get the top scroll margin.
getWindowBase(). Method in class display.CharDisplay
Get the current window base.

H

handleEvent(Event). Method in class .CharDisplayTest
handleEvent(Event). Method in class .telnet
handleEvent(Event). Method in class display.vt320
Handle events for the terminal.

I

init(). Method in class .CharDisplayTest
init(). Method in class .telnet
Initialize applet.
InitializeTerminal(Object). Method in class display.BSX
Initialize terminal.
InitializeTerminal(Object). Method in class display.Terminal
Initianlize Terminal.
InitializeTerminal(Object). Method in class display.vt320
Initialize terminal.
InitTerminalVars(). Method in class display.vt320
insertChar(int, int, char, int). Method in class display.CharDisplay
Insert a character at a specific position on the screen.
insertLine(int). Method in class display.CharDisplay
Insert a blank line at a specific position.
insertLine(int, boolean). Method in class display.CharDisplay
Insert a blank line at a specific position.
insertLine(int, int). Method in class display.CharDisplay
Insert blank lines at a specific position.
insertLine(int, int, boolean). Method in class display.CharDisplay
Insert blank lines at a specific position.
INVERT. Static variable in class display.CharDisplay
Invert character.

M

main(String[]). Static method in class .telnet
The main function is called on startup of the application.
markLine(int, int). Method in class display.CharDisplay
Mark lines to be updated with redraw().
minimumSize(). Method in class display.CharDisplay

N

NORMAL. Static variable in class display.CharDisplay
Make character normal.
notifyStatus(Vector). Method in interface socket.StatusPeer
notifyStatus(Vector). Method in class .telnet
notifyStatus(Vector). Method in class socket.TelnetIO
Notify about current telnet status.

P

paint(Graphics). Method in class display.CharDisplay
Paint the current screen.
params. Variable in class .telnet
peer. Variable in class display.Terminal
port. Variable in class .telnet
The port number (default ist 23).
preferredSize(). Method in class display.CharDisplay
putChar(char). Method in class display.BSX
Put a character on the screen.
putChar(char). Method in class display.Terminal
Put a character on the screen.
putChar(char). Method in class display.vt320
Put a character on the screen.
putChar(char, boolean). Method in class display.vt320
putChar(int, int, char). Method in class display.CharDisplay
Put a character on the screen with normal font and outline.
putChar(int, int, char, int). Method in class display.CharDisplay
Put a character on the screen with specific font and outline.
putCursor(int, int). Method in class display.CharDisplay
Puts the cursor at the specified position.
putString(int, int, String). Method in class display.CharDisplay
Put a String at a specific position.
putString(int, int, String, int). Method in class display.CharDisplay
Put a String at a specific position giving all characters the same attributes.
putString(String). Method in class display.BSX
Put String at current cursor position.
putString(String). Method in class display.Terminal
Put a character on the screen.
putString(String). Method in class display.vt320
Put String at current cursor position.

R

receive(). Method in class socket.TelnetIO
Read data from the remote host.
redraw(). Method in class display.CharDisplay
Redraw marked lines.
reshape(int, int, int, int). Method in class display.CharDisplay
Reshape character display according to resize strategy.
RESIZE_FONT. Static variable in class display.CharDisplay
Resize the font to the new screensize.
RESIZE_NONE. Static variable in class display.CharDisplay
Do nothing when the container is resized.
RESIZE_SCREEN. Static variable in class display.CharDisplay
Resize the width and height of the characterscreen.
run(). Method in class .telnet

S

SCROLL_DOWN. Static variable in class display.CharDisplay
Scroll down when inserting a line.
SCROLL_UP. Static variable in class display.CharDisplay
Scroll up when inserting a line.
send(byte). Method in class socket.TelnetIO
send(byte[]). Method in class socket.TelnetIO
Send data to the remote host.
setBottomMargin(int). Method in class display.CharDisplay
Set the bottom scroll margin for the screen.
setBufferSize(int). Method in class display.CharDisplay
Set scrollback buffer size.
setPeer(StatusPeer). Method in class socket.TelnetIO
Set the object to be notified about current status.
setPeer(StatusPeer). Method in class display.Terminal
setResizeStrategy(int). Method in class display.CharDisplay
Set the strategy when window is resized.
setTopMargin(int). Method in class display.CharDisplay
Set the top scroll margin for the screen.
setWindowBase(int). Method in class display.CharDisplay
Set the current window base.
setWindowSize(int, int). Method in class display.CharDisplay
Change the size of the screen.
size(). Method in class display.CharDisplay
Get the size of the character display in pixels.
start(). Method in class .telnet

T

telnet(). Constructor for class .telnet
TelnetIO(). Constructor for class socket.TelnetIO
term. Variable in class .telnet
The terminal emulation (dynamically loaded).
Terminal(). Constructor for class display.Terminal
tio. Variable in class .telnet
The telnet io methods.

U

UNDERLINE. Static variable in class display.CharDisplay
Underline character.
update(Graphics). Method in class display.CharDisplay
Update the display.

V

version. Variable in class display.CharDisplay
If you need the runtime version, just ask this variable.
vt320(). Constructor for class display.vt320