Uses of Class
org.jline.keymap.KeyMap
Packages that use KeyMap
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
JLine 3 Keymap Package - Components for handling keyboard input and key bindings.
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of KeyMap in org.jline.builtins
Fields in org.jline.builtins declared as KeyMapModifier and TypeFieldDescriptionprotected KeyMap
<Less.Operation> Less.keys
protected KeyMap
<Nano.Operation> Nano.keys
Methods in org.jline.builtins that return KeyMapModifier and TypeMethodDescriptionTmux.createEmptyKeyMap
(String prefix) Tmux.createKeyMap
(String prefix) TTop.getKeys()
-
Uses of KeyMap in org.jline.keymap
Methods in org.jline.keymap with parameters of type KeyMapModifier and TypeMethodDescription<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) Reads a key binding from the input stream using the specified KeyMaps.<T> T
BindingReader.readBinding
(KeyMap<T> keys, KeyMap<T> local, boolean block) Reads a key binding from the input stream using the specified KeyMaps. -
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 KeyMapModifier and TypeMethodDescriptionLineReader.defaultKeyMaps()
Returns the default key maps used by the LineReader.LineReader.getKeyMaps()
Returns all key maps registered with this LineReader. -
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.dumb()
LineReaderImpl.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 TypeMethodDescriptionprotected <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) -
Uses of KeyMap in org.jline.widget
Methods in org.jline.widget that return KeyMap