Uses of Class
org.aesh.readline.Buffer
Packages that use Buffer
-
Uses of Buffer in org.aesh.readline
Methods in org.aesh.readline that return BufferModifier and TypeMethodDescriptionAeshConsoleBuffer.buffer()ConsoleBuffer.buffer()Get the input buffer containing the current line being edited.Constructors in org.aesh.readline with parameters of type Buffer -
Uses of Buffer in org.aesh.readline.completion
Method parameters in org.aesh.readline.completion with type arguments of type BufferModifier and TypeMethodDescriptionvoidCompletionHandler.setAliasHandler(Function<Buffer, C> aliasHandler) Sets the alias handler function for buffer completion. -
Uses of Buffer in org.aesh.readline.cursor
Constructors in org.aesh.readline.cursor with parameters of type BufferModifierConstructorDescriptionCursorLocator(Buffer buffer) Creates a new cursor locator for the specified buffer.Line(Buffer buffer, Connection connection, int width) Creates a new Line instance representing a command line.