Uses of Interface
org.jline.reader.Binding
Packages that use Binding
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of Binding in org.jline.console
Classes in org.jline.console that implement BindingModifier and TypeClassDescriptionstatic class
Class for creating widgets from console functions. -
Uses of Binding in org.jline.reader
Subinterfaces of Binding in org.jline.readerModifier and TypeInterfaceDescriptioninterface
A Widget represents an action that can be bound to a key sequence in the LineReader.Classes in org.jline.reader that implement BindingModifier and TypeClassDescriptionclass
A macro that executes a sequence of keystrokes when invoked.class
A reference to aWidget
by name.Methods in org.jline.reader that return types with arguments of type BindingModifier and TypeMethodDescriptionLineReader.defaultKeyMaps()
Returns the default key maps used by the LineReader.LineReader.getKeyMaps()
Returns all key maps registered with this LineReader.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 BindingMethods in org.jline.reader.impl that return BindingModifier and TypeMethodDescriptionLineReaderImpl.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) Methods in org.jline.reader.impl that return types with arguments of type BindingModifier and TypeMethodDescriptionLineReaderImpl.defaultKeyMaps()
LineReaderImpl.dumb()
LineReaderImpl.emacs()
LineReaderImpl.getKeyMaps()
LineReaderImpl.getKeys()
LineReaderImpl.menu()
LineReaderImpl.safe()
LineReaderImpl.viCmd()
LineReaderImpl.viInsertion()
LineReaderImpl.viOpp()
LineReaderImpl.visual()
Method parameters in org.jline.reader.impl with type arguments of type BindingModifier and TypeMethodDescriptionLineReaderImpl.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) -
Uses of Binding in org.jline.widget
Methods in org.jline.widget that return types with arguments of type Binding