| Class | Description |
|---|---|
| SwingWorkerCompletionWaiter |
A PropertyChangeListener as suggested in
SwingWorker#get(). |
| SwingWorkerGetWaitDialog |
Provides a JDialog with a label with configurable text, a progress bar with configurable text and mode and an optional cancel button with configurable actions. All components can be manipulated by accessing them with their getters
, and #getCancelButton(). All instances are modal dialogs since process displaying and cancel possibilities can more easily created with ProgressMonitor if SwingWorker#get() isn't used on the event handling thread (EVT). |