BACKSPACE
public static final int BACKSPACE
BCOLOR
public static final int BCOLOR
BEL
public static final int BEL
BLACK
public static final int BLACK
BLINK
public static final int BLINK
BLINK_OFF
public static final int BLINK_OFF
BLUE
public static final int BLUE
BOLD
public static final int BOLD
BOLD_OFF
public static final int BOLD_OFF
BS
public static final int BS
BYTEMISSING
public static final int BYTEMISSING
COLORINIT
public static final int COLORINIT
CR
public static final int CR
CRLF
public static final String CRLF
CYAN
public static final int CYAN
CharacterUpdate
public static final int CharacterUpdate
DEL
public static final int DEL
DELETE
public static final int DELETE
DOWN
public static final int DOWN
EBOL
public static final int EBOL
EBOS
public static final int EBOS
EEL
public static final int EEL
EEOL
public static final int EEOL
EEOS
public static final int EEOS
EES
public static final int EES
ENTER
public static final int ENTER
EOL_CR
public static final int EOL_CR
EOL_CRLF
public static final int EOL_CRLF
ESCAPE
public static final int ESCAPE
EditBuffer
public static final int EditBuffer
FCOLOR
public static final int FCOLOR
GREEN
public static final int GREEN
HANDLED
public static final int HANDLED
HOME
public static final int[] HOME
IOERROR
public static final int IOERROR
ITALIC
public static final int ITALIC
ITALIC_OFF
public static final int ITALIC_OFF
LEFT
public static final int LEFT
LF
public static final int LF
LOGOUTREQUEST
public static final int LOGOUTREQUEST
LineEditBuffer
public static final int LineEditBuffer
LineUpdate
public static final int LineUpdate
MAGENTA
public static final int MAGENTA
RED
public static final int RED
RESET
public static final int RESET
RESTORECURSOR
public static final int RESTORECURSOR
RIGHT
public static final int RIGHT
STORECURSOR
public static final int STORECURSOR
STYLE
public static final int STYLE
ScreenpartUpdate
public static final int ScreenpartUpdate
TABULATOR
public static final int TABULATOR
UNDERLINED
public static final int UNDERLINED
UNDERLINED_OFF
public static final int UNDERLINED_OFF
UNRECOGNIZED
public static final int UNRECOGNIZED
UP
public static final int UP
YELLOW
public static final int YELLOW
white
public static final int white
attachStreams
public void attachStreams(InputStream in,
OutputStream out)
bell
public void bell()
throws IOException
bindSlaveInputStream
public void bindSlaveInputStream(InputStream slaveIn)
bindSlaveOutputStream
public void bindSlaveOutputStream(OutputStream slaveOut)
close
public void close()
throws IOException
closeInput
public void closeInput()
throws IOException
closeOutput
public void closeOutput()
throws IOException
defineScrollRegion
public boolean defineScrollRegion(int topmargin,
int bottommargin)
throws IOException
topmargin
- bottommargin
-
detachStreams
public void detachStreams()
eraseLine
public void eraseLine()
throws IOException
eraseScreen
public void eraseScreen()
throws IOException
eraseToBeginOfLine
public void eraseToBeginOfLine()
throws IOException
eraseToBeginOfScreen
public void eraseToBeginOfScreen()
throws IOException
eraseToEndOfLine
public void eraseToEndOfLine()
throws IOException
eraseToEndOfScreen
public void eraseToEndOfScreen()
throws IOException
flush
public void flush()
throws IOException
getAttachedInputStream
public InputStream getAttachedInputStream()
throws IOException
getAttachedOutputStream
public OutputStream getAttachedOutputStream()
throws IOException
getEOL
public int getEOL()
getEOLString
public String getEOLString()
getMasterInputStream
public InputStream getMasterInputStream()
getSlaveOutputStream
public OutputStream getSlaveOutputStream()
getTerminal
public Terminal getTerminal()
homeCursor
public void homeCursor()
throws IOException
isAutoflushing
public boolean isAutoflushing()
isSignalling
public boolean isSignalling()
moveCursor
public void moveCursor(int direction,
int times)
throws IOException
moveDown
public void moveDown(int times)
throws IOException
moveLeft
public void moveLeft(int times)
throws IOException
moveRight
public void moveRight(int times)
throws IOException
moveUp
public void moveUp(int times)
throws IOException
println
public void println()
throws IOException
println
public void println(String str)
throws IOException
read
public int read()
throws IOException
resetAttributes
public void resetAttributes()
throws IOException
restoreCursor
public void restoreCursor()
throws IOException
setAutoflushing
public void setAutoflushing(boolean b)
setBackgroundColor
public void setBackgroundColor(int color)
throws IOException
setBlink
public void setBlink(boolean b)
throws IOException
setBold
public void setBold(boolean b)
throws IOException
setCursor
public void setCursor(int row,
int col)
throws IOException
setDefaultTerminal
public void setDefaultTerminal()
throws IOException
setEOL
public void setEOL(int eol)
setForegroundColor
public void setForegroundColor(int color)
throws IOException
setItalic
public void setItalic(boolean b)
throws IOException
setSignalling
public void setSignalling(boolean bool)
setTerminal
public void setTerminal(String terminalName)
throws IOException
setUnderlined
public void setUnderlined(boolean b)
throws IOException
storeCursor
public void storeCursor()
throws IOException
write
public void write(String str)
throws IOException
write
public void write(byte b)
throws IOException
write
public void write(byte[] sequence)
throws IOException
write
public void write(char ch)
throws IOException
write
public void write(int i)
throws IOException
write
public void write(int[] sequence)
throws IOException