|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
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.
|
IThreadListener | A thread listener is an object that is interested in receiving notifications of thread changes. |
Class Summary | |
---|---|
ModalContext | Utility class for supporting modal operations. |
Provides JFace support for long-running 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.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.