Uses of Interface
jline.CompletionHandler
-
-
Uses of CompletionHandler in jline
Classes in jline that implement CompletionHandler Modifier and Type Class Description class
CandidateCycleCompletionHandler
ACompletionHandler
that deals with multiple distinct completions by cycling through each one every time tab is pressed.class
CandidateListCompletionHandler
ACompletionHandler
that deals with multiple distinct completions by outputting the complete list of possibilities to the console.Methods in jline that return CompletionHandler Modifier and Type Method Description CompletionHandler
ConsoleReader. getCompletionHandler()
Methods in jline with parameters of type CompletionHandler Modifier and Type Method Description void
ConsoleReader. setCompletionHandler(CompletionHandler completionHandler)
-