| Interface | Description |
|---|---|
| CharacterSet |
Represents character set in terminal.
|
| SequenceType |
Base interfase for control sequence types.
|
| TerminalListener |
Base interface for
Terminal events handling. |
| Class | Description |
|---|---|
| Cell |
Represents screen cell.
|
| CellAttributes |
This immutable classs represents code>Cell class attributes.
|
| CommandSet |
Represents command set (ANSI, VT52) in terminal.
|
| ControlSequence |
Represents control sequence.
|
| CSIType |
Sequence type with '[' second character.
|
| ICType |
Sequence type with '#', '(', ')' second sequence character.
|
| Row |
Represents terminal screen row as array of
Cells. |
| Screen |
Represents terminal screen as array of rows.
|
| SimpleType |
Simple sequence type.
|
| SpecialGraphic |
Represents "Special Graphic Character Set" in VT100 terminal.
|
| Terminal |
Main emulator class.
|
| TerminalAdapter |
Represents default (void) implementation of
TerminalListener. |
| USAscii |
Represents US ASCII character set.
|
| VT100Set | |
| VT52Set |
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved