|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Completor to the list of handlers
for tab-completion.
Completor implementation that invokes a child completor
using the appropriate separator argument.ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int) method to determine if a particular
character should be used as a delimiter.ArgumentCompletor.ArgumentDelimiter allows custom
breaking up of a String into individual arguments in
order to dispatch the arguments to the nested Completor.ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char))
as being a delimiter.ConsoleReader.getBellEnabled() return true.
CompletionHandler that deals with multiple distinct completions
by cycling through each one every time tab is pressed.CompletionHandler that deals with multiple distinct completions
by outputting the complete list of possibilities to the console.FileDescriptor.in for input
and System.out for output.
InputStream
for input and the specific writer for output, using the
default keybindings resource.
StringBuffer that
also contains the current cursor position.String into the buffer, setting
the cursor to the end of the insertion point.
Completor instances.
Completor instances.
Collection in proper columns.
InputStream, and
return the line (without any trailing newlines).
Completor from the list of handlers
for tab-completion.
Terminal.UnixTerminal instance for the
current platform.
Completor implementation that handles a pre-defined
list of completion words.AbstractCollection.toString() representation
of the history list.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||