|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ operation overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
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. |
|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ operation overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||