Uses of Class
org.aesh.readline.completion.CompletionHandler
Packages that use CompletionHandler
-
Uses of CompletionHandler in org.aesh.readline
Methods in org.aesh.readline that return CompletionHandlerModifier and TypeMethodDescriptionAeshConsoleBuffer.completer()ConsoleBuffer.completer()Get the completion handler for tab completion.Methods in org.aesh.readline with parameters of type CompletionHandlerModifier and TypeMethodDescriptionReadlineBuilder.completionHandler(CompletionHandler completionHandler) Sets the completion handler for tab completion.Constructors in org.aesh.readline with parameters of type CompletionHandlerModifierConstructorDescriptionAeshConsoleBuffer(Connection connection, Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener) Creates a new AeshConsoleBuffer.Readline(EditMode editMode, History history, CompletionHandler completionHandler) Creates a new Readline instance with the specified edit mode, history, and completion handler. -
Uses of CompletionHandler in org.aesh.readline.completion
Subclasses of CompletionHandler in org.aesh.readline.completionModifier and TypeClassDescriptionclassSimple implementation of CompletionHandler using the default CompleteOperation.