Package | Description |
---|---|
org.jline.builtins | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl |
Modifier and Type | Method | Description |
---|---|---|
Buffer |
Widgets.buffer() |
Modifier and Type | Method | Description |
---|---|---|
void |
Widgets.replaceBuffer(Buffer buffer) |
Modifier and Type | Method | Description |
---|---|---|
Buffer |
Buffer.copy() |
|
Buffer |
LineReader.getBuffer() |
Modifier and Type | Method | Description |
---|---|---|
void |
Buffer.copyFrom(Buffer buffer) |
Modifier and Type | Class | Description |
---|---|---|
class |
BufferImpl |
A holder for a
StringBuilder that also contains the current cursor position. |
Modifier and Type | Field | Description |
---|---|---|
protected Buffer |
LineReaderImpl.buf |
|
protected Buffer |
LineReaderImpl.historyBuffer |
Modifier and Type | Field | Description |
---|---|---|
protected UndoTree<Buffer> |
LineReaderImpl.undo |
Modifier and Type | Method | Description |
---|---|---|
Buffer |
LineReaderImpl.getBuffer() |
Modifier and Type | Method | Description |
---|---|---|
void |
BufferImpl.copyFrom(Buffer buf) |
|
protected void |
LineReaderImpl.setBuffer(Buffer buffer) |
Copyright © 2020. All rights reserved.