Class Line.MoveAction
java.lang.Object
org.aesh.readline.cursor.Line.CursorAction
org.aesh.readline.cursor.Line.MoveAction
- Enclosing class:
Line
Move the cursor to a given index. It will take into account multilines to
retrieve the column/row of a given index.
- Author:
- jdenise@redhat.com
-
Method Summary
-
Method Details
-
apply
public void apply()Description copied from class:Line.CursorActionApplies this cursor action.- Specified by:
applyin classLine.CursorAction
-