Runtime

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

Packages that use IActionWithProgress.WorkIndicatorType
org.eclipse.gmf.runtime.common.ui.action Provides a set of classes for defining Actions which are run in order to carry out application behaviour that the user has requested through the user-interface.  
org.eclipse.gmf.runtime.common.ui.action.actions.global Provides a set of common global actions and global action handlers for use with the Global Action Handler Service. 
 

Uses of IActionWithProgress.WorkIndicatorType in org.eclipse.gmf.runtime.common.ui.action
 

Fields in org.eclipse.gmf.runtime.common.ui.action declared as IActionWithProgress.WorkIndicatorType
static IActionWithProgress.WorkIndicatorType IActionWithProgress.WorkIndicatorType.NONE
          No work indicator.
static IActionWithProgress.WorkIndicatorType IActionWithProgress.WorkIndicatorType.BUSY
          Busy work indicator.
static IActionWithProgress.WorkIndicatorType IActionWithProgress.WorkIndicatorType.PROGRESS_MONITOR
          Progress monitor work indicator.
static IActionWithProgress.WorkIndicatorType IActionWithProgress.WorkIndicatorType.CANCELABLE_PROGRESS_MONITOR
          Cancelable progress monitor work indicator.
 

Methods in org.eclipse.gmf.runtime.common.ui.action that return IActionWithProgress.WorkIndicatorType
 IActionWithProgress.WorkIndicatorType AbstractContributionItem.getWorkIndicatorType()
           
 IActionWithProgress.WorkIndicatorType AbstractActionHandler.getWorkIndicatorType()
           
 IActionWithProgress.WorkIndicatorType IActionWithProgress.getWorkIndicatorType()
          Gets type of work indicator (progress monitor, hourglass, or none).
 IActionWithProgress.WorkIndicatorType AbstractActionDelegate.getWorkIndicatorType()
           
 

Uses of IActionWithProgress.WorkIndicatorType in org.eclipse.gmf.runtime.common.ui.action.actions.global
 

Methods in org.eclipse.gmf.runtime.common.ui.action.actions.global that return IActionWithProgress.WorkIndicatorType
 IActionWithProgress.WorkIndicatorType GlobalUndoAction.getWorkIndicatorType()
          No work indicator type since my delegate takes care of showing progress.
 IActionWithProgress.WorkIndicatorType GlobalRedoAction.getWorkIndicatorType()
          No work indicator type since my delegate takes care of showing progress.
 


Runtime

Guidelines for using Eclipse APIs.

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