Uses of Interface
jline.console.completer.CompletionHandler

Packages that use CompletionHandler
jline.console Console support. 
jline.console.completer Console completer support. 
 

Uses of CompletionHandler in jline.console
 

Methods in jline.console that return CompletionHandler
 CompletionHandler ConsoleReader.getCompletionHandler()
           
 

Methods in jline.console with parameters of type CompletionHandler
 void ConsoleReader.setCompletionHandler(CompletionHandler handler)
           
 

Uses of CompletionHandler in jline.console.completer
 

Classes in jline.console.completer that implement CompletionHandler
 class CandidateListCompletionHandler
          A CompletionHandler that deals with multiple distinct completions by outputting the complete list of possibilities to the console.