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 KeyMap
ConsoleKeys. keys
Fields in jline.console with type parameters of type KeyMap Modifier and Type Field Description private java.util.Map<java.lang.String,KeyMap>
ConsoleKeys. keyMaps
Methods in jline.console that return KeyMap Modifier and Type Method Description static KeyMap
KeyMap. emacs()
static KeyMap
KeyMap. emacsCtrlX()
static KeyMap
KeyMap. emacsMeta()
protected KeyMap
ConsoleKeys. getKeys()
KeyMap
ConsoleReader. getKeys()
static KeyMap
KeyMap. viInsertion()
static KeyMap
KeyMap. 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 void
KeyMap. bind(KeyMap map, java.lang.CharSequence keySeq, java.lang.Object function)
private static void
KeyMap. bind(KeyMap map, java.lang.CharSequence keySeq, java.lang.Object function, boolean onlyIfNotBound)
private static void
KeyMap. bindArrowKeys(KeyMap map)
void
KeyMap. from(KeyMap other)
java.lang.Object
ConsoleReader. readBinding(KeyMap keys)
Read from the input stream and decode an operation from the key map.protected void
ConsoleKeys. setKeys(KeyMap keys)
-