public static class IRepeatableAction.WorkIndicatorType extends EnumeratedType
Modifier and Type | Field and Description |
---|---|
static IRepeatableAction.WorkIndicatorType |
BUSY
Action should have busy signal
|
static IRepeatableAction.WorkIndicatorType |
CANCELABLE_PROGRESS_MONITOR
Operation should have a cancelable progress monitor
|
static IRepeatableAction.WorkIndicatorType |
NONE
Action should run without any indicator
|
static IRepeatableAction.WorkIndicatorType |
PROGRESS_MONITOR
Operation should have a progress monitor
|
Modifier | Constructor and Description |
---|---|
protected |
WorkIndicatorType(java.lang.String name,
int ordinal)
Constructor for WorkIndicatorType.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type.
|
equals, getName, getOrdinal, hashCode, readResolve, toString
public static final IRepeatableAction.WorkIndicatorType NONE
public static final IRepeatableAction.WorkIndicatorType BUSY
public static final IRepeatableAction.WorkIndicatorType PROGRESS_MONITOR
public static final IRepeatableAction.WorkIndicatorType CANCELABLE_PROGRESS_MONITOR
protected WorkIndicatorType(java.lang.String name, int ordinal)
name
- The name for the WorkIndicatorTypeordinal
- The ordinal for theWorkIndicatorTypeprotected java.util.List getValues()
getValues
in class EnumeratedType