See: Description
| Interface | Description |
|---|---|
| ProgressEnvironment |
SPI that allows the base classes to create Handles and Controllers specialized
for the target environment.
|
| ProgressUIWorker | |
| ProgressUIWorkerWithModel | |
| RunOffEDTProvider |
Interface for ProgressUtils.runOffEventDispatchThread() methods
|
| RunOffEDTProvider.Progress |
Interface all RunOffEDTProviders should implement, which allows for
blocking the main window and showing a progress bar in a dialog while
executing a runnable.
|
| RunOffEDTProvider.Progress2 |
| Class | Description |
|---|---|
| Controller | |
| InternalHandle |
Instances provided by the ProgressHandleFactory allow the users of the API to
notify the progress bar UI about changes in the state of the running task.
|
| ProgressEvent | |
| TaskModel |