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.maximum
(int maximum) 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) ProgressWorkerDialogBuilder.stringPainted
(boolean stringPainted) <T,
V> ProgressWorkerDialogBuilder <T, V> ProgressWorkerDialogBuilder.BuilderFactory.task
(ProgressWorker.ProgressResultTask<T, V> task) Note, also sets the progress bar type to 'determinate'.<V> ProgressWorkerDialogBuilder
<?, V> ProgressWorkerDialogBuilder.BuilderFactory.task
(ProgressWorker.ProgressTask<V> task) Note, also sets the progress bar type to 'determinate'.<T> ProgressWorkerDialogBuilder
<T, ?> ProgressWorkerDialogBuilder.BuilderFactory.task
(ProgressWorker.ResultTask<T> task) ProgressWorkerDialogBuilder.BuilderFactory.task
(ProgressWorker.Task task)