| Class | Description |
|---|---|
| ConsoleDriver |
Text console-based driver.
|
| ConsoleHelper |
The ConsoleHelper class provides the interface to the "ncurses" library functions or other.
|
| ConsolePrimitives |
Implementation of direct output primitives.
|
| KeyProcessor |
Process raw keys from driver and convert them into P2J compatible codes.
|
| NativeChildProcess |
Provides an implementation for an interactive child process for clients that have a native
terminal built-in to the JVM process.
|
| NativeChildProcess.Cleaner |
Provides a simple mechanism to wait for the exit of a process on an
asynchronous basis (on a new thread dedicated to this wait).
|