|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CompletionHandler in jline |
Classes in jline that implement CompletionHandler | |
class |
CandidateCycleCompletionHandler
A CompletionHandler that deals with multiple distinct completions
by cycling through each one every time tab is pressed. |
class |
CandidateListCompletionHandler
A CompletionHandler that deals with multiple distinct completions
by outputting the complete list of possibilities to the console. |
Methods in jline that return CompletionHandler | |
CompletionHandler |
ConsoleReader.getCompletionHandler()
|
Methods in jline with parameters of type CompletionHandler | |
void |
ConsoleReader.setCompletionHandler(CompletionHandler completionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |