Uses of Class
ca.corbett.extras.progress.SimpleProgressWorker
Packages that use SimpleProgressWorker
Package
Description
This package contains classes and utilities for working with progress bars, and with
tasks that require progress bars.
-
Uses of SimpleProgressWorker in ca.corbett.extras.progress
Methods in ca.corbett.extras.progress with parameters of type SimpleProgressWorkerModifier and TypeMethodDescriptionvoidMultiProgressDialog.runWorker(SimpleProgressWorker worker, boolean disposeWhenComplete) Executes the given Runnable and auto-wires all progress events to this dialog.voidSplashProgressWindow.runWorker(SimpleProgressWorker worker) Executes the given worker thread and listens to it for progress updates.