|
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.services.dnd.drop.AbstractDropTargetListener.WorkIndicatorType
public static class AbstractDropTargetListener.WorkIndicatorType
Enumerated type for work indicator type
Field Summary | |
---|---|
static AbstractDropTargetListener.WorkIndicatorType |
BUSY
Busy work indicator type. |
static AbstractDropTargetListener.WorkIndicatorType |
CANCELABLE_PROGRESS_MONITOR
Cancelable progress monitor indicator type. |
static AbstractDropTargetListener.WorkIndicatorType |
NONE
None work indicator type. |
static AbstractDropTargetListener.WorkIndicatorType |
PROGRESS_MONITOR
Progress monitor indicator type. |
Constructor Summary | |
---|---|
protected |
AbstractDropTargetListener.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 AbstractDropTargetListener.WorkIndicatorType NONE
public static final AbstractDropTargetListener.WorkIndicatorType BUSY
public static final AbstractDropTargetListener.WorkIndicatorType PROGRESS_MONITOR
public static final AbstractDropTargetListener.WorkIndicatorType CANCELABLE_PROGRESS_MONITOR
Constructor Detail |
---|
protected AbstractDropTargetListener.WorkIndicatorType(java.lang.String name, int ordinal)
name
- The name for the WorkIndicatorTypeordinal
- The ordinal for theWorkIndicatorTypeMethod 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.