Uses of Class
org.jline.keymap.KeyMap
Packages that use KeyMap
Package
Description
JLine 3.
-
Uses of KeyMap in org.jline.builtins
Fields in org.jline.builtins declared as KeyMapModifier and TypeFieldDescriptionTmux.keyMapprotected KeyMap<Less.Operation> Less.keysprotected KeyMap<Nano.Operation> Nano.keysprivate final KeyMap<TTop.Operation> TTop.keysMethods in org.jline.builtins that return KeyMapModifier and TypeMethodDescriptionTmux.createEmptyKeyMap(String prefix) Tmux.createKeyMap(String prefix) TTop.getKeys()Methods in org.jline.builtins with parameters of type KeyMapModifier and TypeMethodDescriptionprivate voidLess.bindKeys(KeyMap<Less.Operation> map) private voidTTop.bindKeys(KeyMap<TTop.Operation> map) private Nano.OperationNano.readOperation(KeyMap<Nano.Operation> keymap) -
Uses of KeyMap in org.jline.keymap
Methods in org.jline.keymap with parameters of type KeyMapModifier and TypeMethodDescriptionprivate static <T> voidKeyMap.bind(KeyMap<T> map, CharSequence keySeq, T function, boolean onlyIfNotBound) private static <T> voidKeyMap.doGetBoundKeys(KeyMap<T> keyMap, String prefix, Map<String, T> bound) <T> TBindingReader.readBinding(KeyMap<T> keys) Read from the input stream and decode an operation from the key map.<T> TBindingReader.readBinding(KeyMap<T> keys, KeyMap<T> local) <T> TBindingReader.readBinding(KeyMap<T> keys, KeyMap<T> local, boolean block) private static <T> TKeyMap.unbind(KeyMap<T> map, CharSequence keySeq) -
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.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 TypeMethodDescriptionprivate voidLineReaderImpl.bind(KeyMap<Binding> map, String widget, CharSequence... keySeqs) private voidprivate voidLineReaderImpl.bind(KeyMap<Binding> map, Widget widget, CharSequence... keySeqs) private voidLineReaderImpl.bindArrowKeys(KeyMap<Binding> map) private voidLineReaderImpl.bindConsoleChars(KeyMap<Binding> keyMap, Attributes attr) Bind special chars defined by the terminal instead of the default bindingsprivate voidprotected <T> TLineReaderImpl.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) private voidLineReaderImpl.rebind(KeyMap<Binding> keyMap, String operation, String prevBinding, char newBinding) -
Uses of KeyMap in org.jline.widget
Methods in org.jline.widget that return KeyMap