Package | Description |
---|---|
org.jline.builtins | |
org.jline.keymap | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl |
Modifier and Type | Field | Description |
---|---|---|
protected KeyMap<Less.Operation> |
Less.keys |
|
protected KeyMap<Nano.Operation> |
Nano.keys |
Modifier and Type | Method | Description |
---|---|---|
protected KeyMap<Object> |
Tmux.createEmptyKeyMap(String prefix) |
|
protected KeyMap<Object> |
Tmux.createKeyMap(String prefix) |
|
KeyMap<Binding> |
Widgets.getKeyMap() |
|
KeyMap<TTop.Operation> |
TTop.getKeys() |
Modifier and Type | Method | 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,
boolean block) |
Modifier and Type | Method | Description |
---|---|---|
KeyMap<Binding> |
LineReader.getKeys() |
Modifier and Type | Method | Description |
---|---|---|
Map<String,KeyMap<Binding>> |
LineReader.defaultKeyMaps() |
|
Map<String,KeyMap<Binding>> |
LineReader.getKeyMaps() |
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,KeyMap<Binding>> |
LineReaderImpl.keyMaps |
The terminal keys mapping
|
Modifier and Type | Method | 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 | Description |
---|---|---|
Map<String,KeyMap<Binding>> |
LineReaderImpl.defaultKeyMaps() |
|
Map<String,KeyMap<Binding>> |
LineReaderImpl.getKeyMaps() |
Modifier and Type | Method | Description |
---|---|---|
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) |
Copyright © 2020. All rights reserved.