Class ForwardChar
java.lang.Object
org.aesh.readline.action.mappings.ForwardChar
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that moves the cursor one character forward.
- 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
-
ForwardChar
public ForwardChar()Creates a new ForwardChar action.
-
-
Method Details