| HotSpot | Abstract class that is used to parse data of a line on the screen to create hot spots such as function keys (or other send keys) and links. | 
|---|
| Hyperlink | Handles hot spots of type "http://nnn" and "ftp://nnn". | 
|---|
| KeyHotSpot | Handles hot spots for function keys and other special keys. | 
|---|
| Terminal | The Terminal class displays the window of the emulator. | 
|---|
| TerminalStatusBar | The status bar for the terminal window. | 
|---|
| TerminalWindow | This class creates and displays the terminal window inside a JComponent, typically a JFrame or JInternalFrame. | 
|---|