Uses of Interface
org.jline.reader.Binding
-
Packages that use Binding Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of Binding in org.jline.reader
Subinterfaces of Binding in org.jline.reader Modifier and Type Interface Description interface
Widget
A Widget represents an action that can be bound to a key sequence in the LineReader.Classes in org.jline.reader that implement Binding Modifier and Type Class Description class
Macro
A macro that executes a sequence of keystrokes when invoked.class
Reference
A reference to aWidget
by name.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()
Returns the default key maps used by the LineReader.java.util.Map<java.lang.String,KeyMap<Binding>>
LineReader. getKeyMaps()
Returns all key maps registered with this LineReader.KeyMap<Binding>
LineReader. getKeys()
Returns the currently active key map. -
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. dumb()
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 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)
-