-
class
A
Completor
implementation that invokes a child completor
using the appropriate
separator argument.
class
A Completor implementation that completes java class names.
class
A file name completor takes the buffer and issues a list of
potential completions.
class
A completor that contains multiple embedded completors.
class
A completor that does nothing.
class
A simple
Completor
implementation that handles a pre-defined
list of completion words.
boolean
Add the specified
Completor
to the list of handlers for
tab-completion.
boolean
Remove the specified
Completor
from the list of handlers for
tab-completion.
void
Constuctor: create a new completor with the default
argument separator of " ".
Constuctor: create a new completor with the default
argument separator of " ".
Constuctor: create a new completor with the specified
argument delimiter.
Constuctor: create a new completor with the specified
argument delimiter.
Construct a MultiCompletor with the specified
Completor
instances.