Uses of Interface
org.jline.reader.Binding
-
Packages that use Binding Package Description org.jline.console org.jline.reader JLine 3.org.jline.reader.impl org.jline.widget -
-
Uses of Binding in org.jline.console
Classes in org.jline.console that implement Binding Modifier and Type Class Description static class
ConsoleEngine.WidgetCreator
-
Uses of Binding in org.jline.reader
Subinterfaces of Binding in org.jline.reader Modifier and Type Interface Description interface
Widget
Classes in org.jline.reader that implement Binding Modifier and Type Class Description class
Macro
class
Reference
A reference to aWidget
.Methods in org.jline.reader that return types with arguments of type Binding Modifier and Type Method Description java.util.Map<java.lang.String,KeyMap<Binding>>
LineReader. defaultKeyMaps()
java.util.Map<java.lang.String,KeyMap<Binding>>
LineReader. getKeyMaps()
KeyMap<Binding>
LineReader. getKeys()
-
Uses of Binding in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type Binding Modifier and Type Field Description protected java.util.Map<java.lang.String,KeyMap<Binding>>
LineReaderImpl. keyMaps
The terminal keys mappingMethods in org.jline.reader.impl that return Binding Modifier and Type Method Description Binding
LineReaderImpl. readBinding(KeyMap<Binding> keys)
Read from the input stream and decode an operation from the key map.Binding
LineReaderImpl. readBinding(KeyMap<Binding> keys, KeyMap<Binding> local)
Methods in org.jline.reader.impl that return types with arguments of type Binding Modifier and Type Method Description java.util.Map<java.lang.String,KeyMap<Binding>>
LineReaderImpl. defaultKeyMaps()
KeyMap<Binding>
LineReaderImpl. emacs()
java.util.Map<java.lang.String,KeyMap<Binding>>
LineReaderImpl. getKeyMaps()
KeyMap<Binding>
LineReaderImpl. getKeys()
KeyMap<Binding>
LineReaderImpl. menu()
KeyMap<Binding>
LineReaderImpl. safe()
KeyMap<Binding>
LineReaderImpl. viCmd()
KeyMap<Binding>
LineReaderImpl. viInsertion()
KeyMap<Binding>
LineReaderImpl. viOpp()
KeyMap<Binding>
LineReaderImpl. visual()
Method parameters in org.jline.reader.impl with type arguments of type Binding Modifier and Type Method Description private void
LineReaderImpl. bind(KeyMap<Binding> map, java.lang.String widget, java.lang.CharSequence... keySeqs)
private void
LineReaderImpl. bind(KeyMap<Binding> map, java.lang.String widget, java.lang.Iterable<? extends java.lang.CharSequence> keySeqs)
private void
LineReaderImpl. bind(KeyMap<Binding> map, Widget widget, java.lang.CharSequence... keySeqs)
private void
LineReaderImpl. bindArrowKeys(KeyMap<Binding> map)
private void
LineReaderImpl. bindConsoleChars(KeyMap<Binding> keyMap, Attributes attr)
Bind special chars defined by the terminal instead of the default bindingsprivate void
LineReaderImpl. bindKeys(KeyMap<Binding> emacs)
Binding
LineReaderImpl. readBinding(KeyMap<Binding> keys)
Read from the input stream and decode an operation from the key map.Binding
LineReaderImpl. readBinding(KeyMap<Binding> keys, KeyMap<Binding> local)
private void
LineReaderImpl. rebind(KeyMap<Binding> keyMap, java.lang.String operation, java.lang.String prevBinding, char newBinding)
-
Uses of Binding in org.jline.widget
Fields in org.jline.widget with type parameters of type Binding Modifier and Type Field Description private java.util.Map<java.lang.String,Binding>
AutopairWidgets. defaultBindings
Methods in org.jline.widget that return types with arguments of type Binding Modifier and Type Method Description KeyMap<Binding>
Widgets. getKeyMap()
-