Uses of Interface
org.aesh.readline.action.ActionEvent
Packages that use ActionEvent
-
Uses of ActionEvent in org.aesh.readline.action
Subinterfaces of ActionEvent in org.aesh.readline.actionModifier and TypeInterfaceDescriptioninterfaceAction interface for history search operations with status tracking. -
Uses of ActionEvent in org.aesh.readline.action.mappings
Classes in org.aesh.readline.action.mappings that implement ActionEventModifier and TypeClassDescriptionclassRead a character and move point to the next occurrence of that character.classRead a character and move point to the previous occurrence of that character.classAction that triggers tab completion for the current input.classAction that searches forward through the command history.classInteractive fuzzy history search (fzf-style).classSearch forward through the history starting at the current line and moving 'down' through the history as necessary using a non-incremental search for a string supplied by the user.classSearch backward through the history starting at the current line and moving 'up' through the history as necessary using a non-incremental search for a string supplied by the user.classAdd the next character typed to the line verbatim.classAction that searches backward through the command history.