Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.jface.operation

Interface Summary
IRunnableContext Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
IRunnableWithProgress The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
 

Class Summary
AccumulatingProgressMonitor A progress monitor that accumulates worked and subtask calls in the following way by wrapping a standard progress monitor: When a worked or subtask call occurs the first time, the progress monitor posts a runnable into the asynchronous SWT event queue.
ModalContext Utility class for supporting modal operations.
ModalContext.ModalContextThread Thread which runs the modal context.