Uses of Interface
jline.console.completer.CompletionHandler
-
Packages that use CompletionHandler Package Description jline.console Console support.jline.console.completer Console completer support. -
-
Uses of CompletionHandler in jline.console
Fields in jline.console declared as CompletionHandler Modifier and Type Field Description private CompletionHandlerConsoleReader. completionHandlerMethods in jline.console that return CompletionHandler Modifier and Type Method Description CompletionHandlerConsoleReader. getCompletionHandler()Methods in jline.console with parameters of type CompletionHandler Modifier and Type Method Description voidConsoleReader. setCompletionHandler(CompletionHandler handler) -
Uses of CompletionHandler in jline.console.completer
Classes in jline.console.completer that implement CompletionHandler Modifier and Type Class Description classCandidateListCompletionHandlerACompletionHandlerthat deals with multiple distinct completions by outputting the complete list of possibilities to the console.
-