Class BackwardChar
java.lang.Object
org.aesh.readline.action.mappings.BackwardChar
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that moves the cursor one character backward.
- Author:
- Ståle W. Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.
-
Constructor Details
-
BackwardChar
public BackwardChar()Creates a new backward char action.
-
-
Method Details