Uses of Interface
jline.CompletionHandler
-
Uses of CompletionHandler in jline
Classes in jline that implement CompletionHandlerModifier and TypeClassDescriptionclass
ACompletionHandler
that deals with multiple distinct completions by cycling through each one every time tab is pressed.class
ACompletionHandler
that deals with multiple distinct completions by outputting the complete list of possibilities to the console.Methods in jline that return CompletionHandlerMethods in jline with parameters of type CompletionHandlerModifier and TypeMethodDescriptionvoid
ConsoleReader.setCompletionHandler
(CompletionHandler completionHandler)