Uses of Class
org.jline.keymap.KeyMap
Packages that use KeyMap
-
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) <T> T
BindingReader.readBinding
(KeyMap<T> keys, KeyMap<T> local, boolean block) -
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.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)