Uses of Class
org.aesh.readline.cursor.Line.CursorTransactionBuilder
Packages that use Line.CursorTransactionBuilder
-
Uses of Line.CursorTransactionBuilder in org.aesh.readline.cursor
Methods in org.aesh.readline.cursor that return Line.CursorTransactionBuilderModifier and TypeMethodDescriptionAdds a colorize action to change the color of a character at the specified index.Line.CursorTransactionBuilder.move(int value) Adds a move action to move the cursor to the specified index.Line.CursorTransactionBuilder.moveBackward(int value) Adds a move backward action to move the cursor backward by the specified amount.Line.CursorTransactionBuilder.moveDown(int value) Adds a move down action to move the cursor down by the specified number of rows.Line.CursorTransactionBuilder.moveForward(int value) Adds a move forward action to move the cursor forward by the specified amount.Line.CursorTransactionBuilder.moveUp(int value) Adds a move up action to move the cursor up by the specified number of rows.Line.newCursorTransactionBuilder()Build a new builder.