| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Widget |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Macro |
|
class |
Reference |
A reference to a
Widget. |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,KeyMap<Binding>> |
LineReader.defaultKeyMaps() |
|
Map<String,KeyMap<Binding>> |
LineReader.getKeyMaps() |
|
KeyMap<Binding> |
LineReader.getKeys() |
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<String,KeyMap<Binding>> |
LineReaderImpl.keyMaps |
The terminal keys mapping
|
| Modifier and Type | Method | Description |
|---|---|---|
Binding |
LineReaderImpl.readBinding(KeyMap<Binding> keys) |
Read from the input stream and decode an operation from the key map.
|
Binding |
LineReaderImpl.readBinding(KeyMap<Binding> keys,
KeyMap<Binding> local) |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,KeyMap<Binding>> |
LineReaderImpl.defaultKeyMaps() |
|
KeyMap<Binding> |
LineReaderImpl.emacs() |
|
Map<String,KeyMap<Binding>> |
LineReaderImpl.getKeyMaps() |
|
KeyMap<Binding> |
LineReaderImpl.getKeys() |
|
KeyMap<Binding> |
LineReaderImpl.menu() |
|
KeyMap<Binding> |
LineReaderImpl.safe() |
|
KeyMap<Binding> |
LineReaderImpl.viCmd() |
|
KeyMap<Binding> |
LineReaderImpl.viInsertion() |
|
KeyMap<Binding> |
LineReaderImpl.viOpp() |
|
KeyMap<Binding> |
LineReaderImpl.visual() |
| Modifier and Type | Method | Description |
|---|---|---|
Binding |
LineReaderImpl.readBinding(KeyMap<Binding> keys) |
Read from the input stream and decode an operation from the key map.
|
Binding |
LineReaderImpl.readBinding(KeyMap<Binding> keys,
KeyMap<Binding> local) |
Copyright © 2020. All rights reserved.