Uses of Interface
jline.CompletionHandler
-
-
Uses of CompletionHandler in jline
Classes in jline that implement CompletionHandler Modifier and Type Class Description classCandidateCycleCompletionHandlerACompletionHandlerthat deals with multiple distinct completions by cycling through each one every time tab is pressed.classCandidateListCompletionHandlerACompletionHandlerthat deals with multiple distinct completions by outputting the complete list of possibilities to the console.Methods in jline that return CompletionHandler Modifier and Type Method Description CompletionHandlerConsoleReader. getCompletionHandler()Methods in jline with parameters of type CompletionHandler Modifier and Type Method Description voidConsoleReader. setCompletionHandler(CompletionHandler completionHandler)
-