| Interface | Description |
|---|---|
| Shell |
A Shell is an abstraction of the Terminal that provides easy to use methods
to manipulate text/cursor/buffers.
|
| Terminal |
Generic interface for Terminals
|
| Class | Description |
|---|---|
| AbstractTerminal | |
| CursorPosition |
Define the position of the cursor in a terminal
1:1 is upper left corner.
|
| InfocmpHandler |
Run infocmp and parse the output.
|
| InfocmpManager |
Fetch the values parsed from "infocmp".
|
| POSIXTerminal |
Terminal that should work on most POSIX systems
|
| TerminalCharacter |
Value object that describe how a terminal character should be displayed
|
| TerminalColor | |
| TerminalSize | |
| TerminalString |
Value object that describe how a string should be displayed
|
| TerminalTextStyle |
Specify a text style.
|
| TestTerminal |
A dummy terminal used for tests
|
| WindowsTerminal |
| Enum | Description |
|---|---|
| CharacterType |
Define what kind of character type to display
|
| Color | |
| Color.Intensity | |
| Color.Type | |
| Key |
ANSCII enum key chart
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.