Uses of Class
org.jline.keymap.KeyMap
Packages that use KeyMap
Package
Description
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.
-
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)