public static enum PaConstants.IncompleteStepCursor extends java.lang.Enum<PaConstants.IncompleteStepCursor>
Enum Constant and Description |
---|
AsIs
Set cursor where it was when Ctrl-U was presed (same step but on Ref
field.)
|
First
Set cursor to First incomplete proof step.
|
Last
Set cursor to Last incomplete proof step.
|
Next
Set cursor to first incomplete proof step after or at cursor.
|
Previous
Set cursor to last incomplete proof step before or at cursor.
|
Modifier and Type | Method and Description |
---|---|
static PaConstants.IncompleteStepCursor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaConstants.IncompleteStepCursor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaConstants.IncompleteStepCursor AsIs
public static final PaConstants.IncompleteStepCursor First
public static final PaConstants.IncompleteStepCursor Last
public static final PaConstants.IncompleteStepCursor Previous
public static final PaConstants.IncompleteStepCursor Next
public static PaConstants.IncompleteStepCursor[] values()
for (PaConstants.IncompleteStepCursor c : PaConstants.IncompleteStepCursor.values()) System.out.println(c);
public static PaConstants.IncompleteStepCursor valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null