| Class | Description |
|---|---|
| AbstractChildProcess |
Provides a common implementation for an interactive child process which is independent from
any specific UI modality.
|
| AbstractChuiDriver |
Simple base class for ChUI-specific screen driver implementation features.
|
| ChuiOutputManager |
Provides a generic interface to low level character user interface primitives.
|
| ChuiPrimitives |
Implementation of ChUI-specific direct output primitives using an emulated terminal
simulator for output.
|
| DriverPrimitives |
Base class for driver-level implementations of
OutputPrimitives. |
| EmulatedTerminalState |
This class provides shared emulated terminal simulator logic.
|
| TerminalOptions |
Simple configuration container.
|
| VT100EmulatorChildProcess |
Provides an implementation for an interactive child process for clients that do NOT have a
native terminal built-in to the JVM process.
|
| VT100ProgressKeyboard |
VT-100 keyboard implementation with 4GL-specific key remapping.
|
| VT100RendererImpl |
Implements most behavior for the VT-100 renderer in a UI independent manner.
|