Uses of Class
jline.console.KeyMap
Packages that use KeyMap
-
Uses of KeyMap in jline.console
Fields in jline.console declared as KeyMapFields in jline.console with type parameters of type KeyMapMethods in jline.console that return KeyMapModifier and TypeMethodDescriptionstatic KeyMap
KeyMap.emacs()
static KeyMap
KeyMap.emacsCtrlX()
static KeyMap
KeyMap.emacsMeta()
protected KeyMap
ConsoleKeys.getKeys()
ConsoleReader.getKeys()
static KeyMap
KeyMap.viInsertion()
static KeyMap
KeyMap.viMovement()
Methods in jline.console that return types with arguments of type KeyMapMethods in jline.console with parameters of type KeyMapModifier and TypeMethodDescriptionprivate static void
KeyMap.bind
(KeyMap map, CharSequence keySeq, Object function) private static void
KeyMap.bind
(KeyMap map, CharSequence keySeq, Object function, boolean onlyIfNotBound) private static void
KeyMap.bindArrowKeys
(KeyMap map) void
ConsoleReader.readBinding
(KeyMap keys) Read from the input stream and decode an operation from the key map.protected void