org.eclipse.gmf.runtime.common.ui.services.dnd.drop
Class AbstractDropTargetListener.WorkIndicatorType
java.lang.Object
org.eclipse.gmf.runtime.common.core.util.EnumeratedType
org.eclipse.gmf.runtime.common.ui.services.dnd.drop.AbstractDropTargetListener.WorkIndicatorType
-
All Implemented Interfaces:
- java.io.Serializable
-
Enclosing class:
-
AbstractDropTargetListener
-
public static class AbstractDropTargetListener.WorkIndicatorType
- extends
EnumeratedType
Enumerated type for work indicator type
-
See Also:
-
Serialized Form
Method Summary
|
protected java.util.List
|
getValues
()
Retrieves the list of constants for this enumerated type. |
Methods inherited from class java.lang.Object
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
|
NONE
public static final
AbstractDropTargetListener.WorkIndicatorType NONE
- None work indicator type.
BUSY
public static final
AbstractDropTargetListener.WorkIndicatorType BUSY
- Busy work indicator type.
PROGRESS_MONITOR
public static final
AbstractDropTargetListener.WorkIndicatorType PROGRESS_MONITOR
- Progress monitor indicator type.
CANCELABLE_PROGRESS_MONITOR
public static final
AbstractDropTargetListener.WorkIndicatorType CANCELABLE_PROGRESS_MONITOR
- Cancelable progress monitor indicator type.
AbstractDropTargetListener.WorkIndicatorType
protected AbstractDropTargetListener.WorkIndicatorType(java.lang.String name,
int ordinal)
- Constructor for WorkIndicatorType.
-
Parameters:
-
name
- The name for the WorkIndicatorType -
ordinal
- The ordinal for theWorkIndicatorType
getValues
protected java.util.List getValues()
- Retrieves the list of constants for this enumerated type.
-
-
Specified by:
-
getValues
in class
EnumeratedType
-
-
Returns:
- The list of constants for this enumerated type.
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.