|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.EnumeratedType
org.eclipse.gmf.runtime.common.ui.action.IActionWithProgress.WorkIndicatorType
Enumerated type for work indicator type
| Field Summary | |
static IActionWithProgress.WorkIndicatorType |
BUSY
Busy work indicator. |
static IActionWithProgress.WorkIndicatorType |
CANCELABLE_PROGRESS_MONITOR
Cancelable progress monitor work indicator. |
static IActionWithProgress.WorkIndicatorType |
NONE
No work indicator. |
static IActionWithProgress.WorkIndicatorType |
PROGRESS_MONITOR
Progress monitor work indicator. |
| Constructor Summary | |
protected |
IActionWithProgress.WorkIndicatorType(java.lang.String name,
int ordinal)
Constructor for WorkIndicatorType. |
| Method Summary | |
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type. |
| Methods inherited from class org.eclipse.gmf.runtime.common.core.util.EnumeratedType |
equals, getName, getOrdinal, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final IActionWithProgress.WorkIndicatorType NONE
public static final IActionWithProgress.WorkIndicatorType BUSY
public static final IActionWithProgress.WorkIndicatorType PROGRESS_MONITOR
public static final IActionWithProgress.WorkIndicatorType CANCELABLE_PROGRESS_MONITOR
| Constructor Detail |
protected IActionWithProgress.WorkIndicatorType(java.lang.String name,
int ordinal)
name - The name for the WorkIndicatorTypeordinal - The ordinal for theWorkIndicatorType| Method Detail |
protected java.util.List getValues()
getValues in class EnumeratedType
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.