Uses of Interface
jline.CompletionHandler

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)
           
 



Copyright © 2002-2008. All Rights Reserved.