Uses of Interface
org.jline.reader.Buffer
-
Packages that use Buffer Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package.org.jline.widget JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader. -
-
Uses of Buffer in org.jline.reader
Methods in org.jline.reader that return Buffer Modifier and Type Method Description BufferBuffer. copy()Creates a copy of this buffer.BufferLineReader. getBuffer()Returns the current line buffer.Methods in org.jline.reader with parameters of type Buffer Modifier and Type Method Description voidBuffer. copyFrom(Buffer buffer)Copies the content and cursor position from another buffer. -
Uses of Buffer in org.jline.reader.impl
Classes in org.jline.reader.impl that implement Buffer Modifier and Type Class Description classBufferImplDefault implementation of theBufferinterface.Fields in org.jline.reader.impl declared as Buffer Modifier and Type Field Description protected BufferLineReaderImpl. bufprotected BufferLineReaderImpl. historyBufferFields in org.jline.reader.impl with type parameters of type Buffer Modifier and Type Field Description protected UndoTree<Buffer>LineReaderImpl. undoMethods in org.jline.reader.impl that return Buffer Modifier and Type Method Description BufferLineReaderImpl. getBuffer()Methods in org.jline.reader.impl with parameters of type Buffer Modifier and Type Method Description voidBufferImpl. copyFrom(Buffer buf)protected voidLineReaderImpl. setBuffer(Buffer buffer) -
Uses of Buffer in org.jline.widget
Methods in org.jline.widget that return Buffer Modifier and Type Method Description BufferWidgets. buffer()Get lineReader's bufferMethods in org.jline.widget with parameters of type Buffer Modifier and Type Method Description voidWidgets. replaceBuffer(Buffer buffer)Replace lineReader buffer
-