Runtime

org.eclipse.gmf.runtime.common.ui.action
Class IActionWithProgress.WorkIndicatorType

java.lang.Object
  extended byorg.eclipse.gmf.runtime.common.core.util.EnumeratedType
      extended byorg.eclipse.gmf.runtime.common.ui.action.IActionWithProgress.WorkIndicatorType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IActionWithProgress

public static class IActionWithProgress.WorkIndicatorType
extends EnumeratedType

Enumerated type for work indicator type

See Also:
Serialized Form

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

NONE

public static final IActionWithProgress.WorkIndicatorType NONE
No work indicator.


BUSY

public static final IActionWithProgress.WorkIndicatorType BUSY
Busy work indicator.


PROGRESS_MONITOR

public static final IActionWithProgress.WorkIndicatorType PROGRESS_MONITOR
Progress monitor work indicator.


CANCELABLE_PROGRESS_MONITOR

public static final IActionWithProgress.WorkIndicatorType CANCELABLE_PROGRESS_MONITOR
Cancelable progress monitor work indicator.

Constructor Detail

IActionWithProgress.WorkIndicatorType

protected IActionWithProgress.WorkIndicatorType(java.lang.String name,
                                                int ordinal)
Constructor for WorkIndicatorType.

Parameters:
name - The name for the WorkIndicatorType
ordinal - The ordinal for theWorkIndicatorType
Method Detail

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.

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.