Uses of Class
org.jline.keymap.KeyMap
Packages that use KeyMap
Package
Description
JLine 3.
-
Uses of KeyMap in org.jline.builtins
Fields in org.jline.builtins declared as KeyMapModifier and TypeFieldDescriptionTmux.keyMap
protected KeyMap<Less.Operation>
Less.keys
protected KeyMap<Nano.Operation>
Nano.keys
private final KeyMap<TTop.Operation>
TTop.keys
Methods in org.jline.builtins that return KeyMapModifier and TypeMethodDescriptionTmux.createEmptyKeyMap
(String prefix) Tmux.createKeyMap
(String prefix) TTop.getKeys()
Methods in org.jline.builtins with parameters of type KeyMapModifier and TypeMethodDescriptionprivate void
Less.bindKeys
(KeyMap<Less.Operation> map) private void
TTop.bindKeys
(KeyMap<TTop.Operation> map) private Nano.Operation
Nano.readOperation
(KeyMap<Nano.Operation> keymap) -
Uses of KeyMap in org.jline.keymap
Methods in org.jline.keymap with parameters of type KeyMapModifier and TypeMethodDescriptionprivate static <T> void
KeyMap.bind
(KeyMap<T> map, CharSequence keySeq, T function, boolean onlyIfNotBound) private static <T> void
KeyMap.doGetBoundKeys
(KeyMap<T> keyMap, String prefix, Map<String, T> bound) <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) private static <T> T
KeyMap.unbind
(KeyMap<T> map, CharSequence keySeq) -
Uses of KeyMap in org.jline.reader
Methods in org.jline.reader that return KeyMapMethods in org.jline.reader that return types with arguments of type KeyMap -
Uses of KeyMap in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type KeyMapMethods in org.jline.reader.impl that return KeyMapModifier and TypeMethodDescriptionLineReaderImpl.emacs()
LineReaderImpl.getKeys()
LineReaderImpl.menu()
LineReaderImpl.safe()
LineReaderImpl.viCmd()
LineReaderImpl.viInsertion()
LineReaderImpl.viOpp()
LineReaderImpl.visual()
Methods in org.jline.reader.impl that return types with arguments of type KeyMapMethods in org.jline.reader.impl with parameters of type KeyMapModifier and TypeMethodDescriptionprivate void
LineReaderImpl.bind
(KeyMap<Binding> map, String widget, CharSequence... keySeqs) private void
private void
LineReaderImpl.bind
(KeyMap<Binding> map, Widget widget, CharSequence... keySeqs) private void
LineReaderImpl.bindArrowKeys
(KeyMap<Binding> map) private void
LineReaderImpl.bindConsoleChars
(KeyMap<Binding> keyMap, Attributes attr) Bind special chars defined by the terminal instead of the default bindingsprivate void
protected <T> T
LineReaderImpl.doReadBinding
(KeyMap<T> keys, KeyMap<T> local) LineReaderImpl.readBinding
(KeyMap<Binding> keys) Read from the input stream and decode an operation from the key map.LineReaderImpl.readBinding
(KeyMap<Binding> keys, KeyMap<Binding> local) private void
LineReaderImpl.rebind
(KeyMap<Binding> keyMap, String operation, String prevBinding, char newBinding) -
Uses of KeyMap in org.jline.widget
Methods in org.jline.widget that return KeyMap