Package | Description |
---|---|
org.netbeans.modules.progress.spi |
Interfaces permitting a UI for the progress system to be supplied.
|
Class and 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 |
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.
|
TaskModel |