Uses of Class
jline.console.KeyMap
-
Packages that use KeyMap Package Description jline.console Console support. -
-
Uses of KeyMap in jline.console
Fields in jline.console declared as KeyMap Modifier and Type Field Description private KeyMapConsoleKeys. keysFields in jline.console with type parameters of type KeyMap Modifier and Type Field Description private java.util.Map<java.lang.String,KeyMap>ConsoleKeys. keyMapsMethods in jline.console that return KeyMap Modifier and Type Method Description static KeyMapKeyMap. emacs()static KeyMapKeyMap. emacsCtrlX()static KeyMapKeyMap. emacsMeta()protected KeyMapConsoleKeys. getKeys()KeyMapConsoleReader. getKeys()static KeyMapKeyMap. viInsertion()static KeyMapKeyMap. viMovement()Methods in jline.console that return types with arguments of type KeyMap Modifier and Type Method Description protected java.util.Map<java.lang.String,KeyMap>ConsoleKeys. getKeyMaps()static java.util.Map<java.lang.String,KeyMap>KeyMap. keyMaps()Methods in jline.console with parameters of type KeyMap Modifier and Type Method Description private static voidKeyMap. bind(KeyMap map, java.lang.CharSequence keySeq, java.lang.Object function)private static voidKeyMap. bind(KeyMap map, java.lang.CharSequence keySeq, java.lang.Object function, boolean onlyIfNotBound)private static voidKeyMap. bindArrowKeys(KeyMap map)voidKeyMap. from(KeyMap other)java.lang.ObjectConsoleReader. readBinding(KeyMap keys)Read from the input stream and decode an operation from the key map.protected voidConsoleKeys. setKeys(KeyMap keys)
-