Uses of Interface
is.codion.swing.common.model.worker.ProgressWorker.ProgressTask
Packages that use ProgressWorker.ProgressTask
Package
Description
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
-
Uses of ProgressWorker.ProgressTask in is.codion.swing.common.model.worker
Methods in is.codion.swing.common.model.worker with parameters of type ProgressWorker.ProgressTaskModifier and TypeMethodDescriptionstatic <V> ProgressWorker.Builder
<?, V> ProgressWorker.builder
(ProgressWorker.ProgressTask<V> task) -
Uses of ProgressWorker.ProgressTask in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog with parameters of type ProgressWorker.ProgressTaskModifier and TypeMethodDescriptionstatic <V> ProgressWorkerDialogBuilder
<?, V> Dialogs.progressWorkerDialog
(ProgressWorker.ProgressTask<V> task) Note, also sets the progress bar type to 'determinate'.