| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Widget |
| Modifier and Type | Class and Description |
|---|---|
class |
Macro |
class |
Reference
A reference to a
Widget. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyMap<Binding>> |
LineReader.defaultKeyMaps() |
Map<String,KeyMap<Binding>> |
LineReader.getKeyMaps() |
KeyMap<Binding> |
LineReader.getKeys() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,KeyMap<Binding>> |
LineReaderImpl.keyMaps
The terminal keys mapping
|
| Modifier and Type | Method and 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 and 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 and 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) |
Binding |
LineReaderImpl.readBinding(KeyMap<Binding> keys,
KeyMap<Binding> local) |
Copyright © 2020. All rights reserved.