Uses of Interface
is.codion.swing.common.ui.dialog.ProgressWorkerDialogBuilder
Packages that use ProgressWorkerDialogBuilder
Package
Description
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
-
Uses of ProgressWorkerDialogBuilder in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog that return ProgressWorkerDialogBuilderModifier and TypeMethodDescriptionProgressWorkerDialogBuilder.control
(Control.Builder<?, ?> controlBuilder) ProgressWorkerDialogBuilder.indeterminate
(boolean indeterminate) ProgressWorkerDialogBuilder.maximumProgress
(int maximumProgress) Note that calling this method renders the progress bar determinateProgressWorkerDialogBuilder.northPanel
(JPanel northPanel) ProgressWorkerDialogBuilder.onException
(String exceptionTitle) ProgressWorkerDialogBuilder.onException
(Consumer<Exception> onException) ProgressWorkerDialogBuilder.progressBarSize
(Dimension progressBarSize) static <T,
V> ProgressWorkerDialogBuilder <T, V> Dialogs.progressWorkerDialog
(ProgressWorker.ProgressResultTask<T, V> task) Note, also sets the progress bar type to 'determinate'.static <V> ProgressWorkerDialogBuilder
<?, V> Dialogs.progressWorkerDialog
(ProgressWorker.ProgressTask<V> task) Note, also sets the progress bar type to 'determinate'.static <T> ProgressWorkerDialogBuilder
<T, ?> Dialogs.progressWorkerDialog
(ProgressWorker.ResultTask<T> task) static ProgressWorkerDialogBuilder
<?, ?> Dialogs.progressWorkerDialog
(ProgressWorker.Task task) ProgressWorkerDialogBuilder.stringPainted
(boolean stringPainted)