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
long-running tasks that require progress bars.
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
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. -
Uses of SimpleProgressWorker in ca.corbett.updates
Subclasses of SimpleProgressWorker in ca.corbett.updatesModifier and TypeClassDescriptionclassA SimpleProgressWorker implementation that can download the given Extension and return it as a DownloadedExtension instance if the download succeeds.