See: Description
Interface | Description |
---|---|
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. |
IThreadListener |
A thread listener is an object that is interested in receiving notifications
of thread changes.
|
Class | Description |
---|---|
ModalContext |
Utility class for supporting modal operations.
|
The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as long-running operations. These objects can then be run in any runnable context (IRunnableContext), including such standard JFace UI components as application windows (ApplicationWindow), wizard dialogs (WizardDialog), and progress monitor dialogs (ProgressMonitorDialog). The utility class ModalContext defines the basic mechanism and UI event loop for modal operations.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.