ANSIBuffer |
A buffer that can contain ANSI text.
|
ArgumentCompletor.AbstractArgumentDelimiter |
|
ArgumentCompletor.ArgumentDelimiter |
|
ArgumentCompletor.ArgumentList |
The result of a delimited buffer.
|
CompletionHandler |
Handler for dealing with candidates for tab-completion.
|
Completor |
A Completor is the mechanism by which tab-completion candidates
will be resolved.
|
ConsoleOperations |
Symbolic constants for Console operations and virtual key bindings.
|
ConsoleReader |
A reader for console applications.
|
CursorBuffer |
A CursorBuffer is a holder for a StringBuffer that also contains the
current cursor position.
|
History |
A command history buffer.
|
SimpleCompletor |
A simple Completor implementation that handles a pre-defined
list of completion words.
|
SimpleCompletor.SimpleCompletorFilter |
Filter for elements in the completor.
|
Terminal |
Representation of the input terminal for a platform.
|