Eclipse Platform
2.0

Uses of Package
org.eclipse.jface.operation

Packages that use org.eclipse.jface.operation
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.window Provides a general framework for creating and managing windows. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
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. 
 

Classes in org.eclipse.jface.operation used by org.eclipse.compare
IRunnableWithProgress
          The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
 

Classes in org.eclipse.jface.operation used by org.eclipse.debug.ui
IRunnableContext
          Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
 

Classes in org.eclipse.jface.operation used by org.eclipse.jface.dialogs
IRunnableContext
          Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
 

Classes in org.eclipse.jface.operation used by org.eclipse.jface.window
IRunnableContext
          Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
 

Classes in org.eclipse.jface.operation used by org.eclipse.jface.wizard
IRunnableContext
          Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
 

Classes in org.eclipse.jface.operation used by org.eclipse.ui
IRunnableContext
          Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
 

Classes in org.eclipse.jface.operation used by org.eclipse.ui.actions
IRunnableWithProgress
          The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
 

Classes in org.eclipse.jface.operation used by org.eclipse.ui.wizards.datatransfer
IRunnableWithProgress
          The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
 


Eclipse Platform
2.0

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