Uses of Interface
org.aesh.readline.editing.EditMode
Packages that use EditMode
-
Uses of EditMode in org.aesh.readline
Methods in org.aesh.readline that return EditModeMethods in org.aesh.readline with parameters of type EditModeModifier and TypeMethodDescriptionSets the edit mode for the Readline instance.voidInputProcessor.setEditMode(EditMode mode) Update the current edit mode.Constructors in org.aesh.readline with parameters of type EditModeModifierConstructorDescriptionAeshConsoleBuffer(Connection connection, Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener) Creates a new AeshConsoleBuffer.Creates a new Readline instance with the specified edit mode and in-memory history.Readline(EditMode editMode, History history, CompletionHandler completionHandler) Creates a new Readline instance with the specified edit mode, history, and completion handler. -
Uses of EditMode in org.aesh.readline.action
Methods in org.aesh.readline.action with parameters of type EditModeModifier and TypeMethodDescriptionvoidActionDecoder.setMappings(EditMode editMode) Updates the key mappings from the specified edit mode.Constructors in org.aesh.readline.action with parameters of type EditModeModifierConstructorDescriptionActionDecoder(EditMode editMode) Creates a decoder with key mappings from the specified edit mode. -
Uses of EditMode in org.aesh.readline.editing
Classes in org.aesh.readline.editing that implement EditModeModifier and TypeClassDescriptionclassEmacs-style line editing mode implementation.classVi-style line editing mode implementation.Methods in org.aesh.readline.editing that return EditModeModifier and TypeMethodDescriptionAdd an action mapping for a key.EditModeBuilder.create()Creates an EditMode instance with all configured actions, variables, and device mappings.EditModeBuilder.createSimple()Creates a simple EditMode with minimal key bindings (only accept-line).protected static EditModeInputrcParser.parseInputrc(InputStream inputStream) Parses an inputrc file from the given input stream.protected static EditModeInputrcParser.parseInputrc(InputStream inputStream, EditModeBuilder editMode) Parses an inputrc file from the given input stream using the provided EditModeBuilder.