Class DownCaseForwardWord
java.lang.Object
org.aesh.readline.action.mappings.DownCaseForwardWord
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
- Author:
- Ståle W. Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) protected final voidapply(int cursor, int oldCursor, InputProcessor inputProcessor) protected final voidapply(int cursor, InputProcessor inputProcessor) protected EditMode.Statusprotected booleanisDelimiter(char c) protected booleanisSpace(char c) name()
-
Constructor Details
-
DownCaseForwardWord
public DownCaseForwardWord() -
DownCaseForwardWord
public DownCaseForwardWord(boolean viMode)
-
-
Method Details
-
name
-
accept
-
getStatus
-
apply
-
apply
-
isSpace
protected boolean isSpace(char c) -
isDelimiter
protected boolean isDelimiter(char c)
-