Uses of Interface
jline.CompletionHandler
-
Uses of CompletionHandler in jline
Classes in jline that implement CompletionHandlerModifier and TypeClassDescriptionclassACompletionHandlerthat deals with multiple distinct completions by cycling through each one every time tab is pressed.classACompletionHandlerthat 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 TypeMethodDescriptionvoidConsoleReader.setCompletionHandler(CompletionHandler completionHandler)