| Package | Description |
|---|---|
| org.jline.keymap | |
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BindingReader.readBinding(KeyMap<T> keys)
Read from the input stream and decode an operation from the key map.
|
<T> T |
BindingReader.readBinding(KeyMap<T> keys,
KeyMap<T> local) |
<T> T |
BindingReader.readBinding(KeyMap<T> keys,
KeyMap<T> local) |
<T> T |
BindingReader.readBinding(KeyMap<T> keys,
KeyMap<T> local,
boolean block) |
<T> T |
BindingReader.readBinding(KeyMap<T> keys,
KeyMap<T> local,
boolean block) |
| Modifier and Type | Method and Description |
|---|---|
KeyMap<Binding> |
LineReader.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyMap<Binding>> |
LineReader.defaultKeyMaps() |
Map<String,KeyMap<Binding>> |
LineReader.getKeyMaps() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,KeyMap<Binding>> |
LineReaderImpl.keyMaps
The terminal keys mapping
|
| Modifier and Type | Method and Description |
|---|---|
KeyMap<Binding> |
LineReaderImpl.emacs() |
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 |
|---|---|
Map<String,KeyMap<Binding>> |
LineReaderImpl.defaultKeyMaps() |
Map<String,KeyMap<Binding>> |
LineReaderImpl.getKeyMaps() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
LineReaderImpl.doReadBinding(KeyMap<T> keys,
KeyMap<T> local) |
protected <T> T |
LineReaderImpl.doReadBinding(KeyMap<T> keys,
KeyMap<T> local) |
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.