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