Eclipse Platform
2.0

Uses of Interface
org.eclipse.jface.operation.IRunnableWithProgress

Packages that use IRunnableWithProgress
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
 

Uses of IRunnableWithProgress in org.eclipse.compare
 

Classes in org.eclipse.compare that implement IRunnableWithProgress
 class CompareEditorInput
          A compare operation which can present its results in a special editor.
 

Uses of IRunnableWithProgress in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement IRunnableWithProgress
 class WorkspaceModifyDelegatingOperation
          An operation which delegates its work to a runnable that modifies the workspace.
 class WorkspaceModifyOperation
          An operation which potentially makes changes to the workspace.
 

Uses of IRunnableWithProgress in org.eclipse.ui.wizards.datatransfer
 

Classes in org.eclipse.ui.wizards.datatransfer that implement IRunnableWithProgress
 class ImportOperation
          An operation which does the actual work of copying objects from the local file system into the workspace.
 class PopulateRootOperation
          The PopulateFilesOperation is an operation used to populate a FileSystemElement one level deep rather than the whole way.
 class SelectFilesOperation
          Operation responsible for traversing a specified file system position recursively and building - a tree that represents the container structure - a collection containing all files meeting a specified extension criteria This is implemented as an Operation in order to provide an escape to the user (the Cancel button) if the operation drags on for too long
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.