Uses of Interface jline.Completor

Uses in package jline

Classes implementing jline.Completor

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.

Constructors with parameter type jline.Completor

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 default argument separator of " ".
Constuctor: create a new completor with the specified argument delimiter.
Construct a MultiCompletor with the specified Completor instances.

Fields of type jline.Completor

Completor[]
Completor[]

Methods with parameter type jline.Completor

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

Methods with return type jline.Completor

Completor[]