Uses of Class
org.jline.builtins.Nano.CursorMovement
-
-
Uses of Nano.CursorMovement in org.jline.builtins
Methods in org.jline.builtins that return Nano.CursorMovement Modifier and Type Method Description static Nano.CursorMovement
Nano.CursorMovement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Nano.CursorMovement[]
Nano.CursorMovement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.builtins with parameters of type Nano.CursorMovement Modifier and Type Method Description void
Nano.Buffer. moveToChar(int pos, Nano.CursorMovement move)
-