Uses of Interface
is.codion.swing.common.ui.dialog.ProgressDialog.Builder
Packages that use ProgressDialog.Builder
Package
Description
-
Uses of ProgressDialog.Builder in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog that return ProgressDialog.BuilderModifier and TypeMethodDescriptionAdds a button based on the given control to theBorderLayout.SOUTHpositionAdds a button based on the given control to theBorderLayout.SOUTHpositionProgressDialog.Builder.eastComponent(@Nullable JComponent eastComponent) ProgressDialog.Builder.indeterminate(boolean indeterminate) ProgressDialog.Builder.maximum(int maximum) Note that calling this method renders the progress bar determinateProgressDialog.Builder.northComponent(@Nullable JComponent northComponent) static ProgressDialog.BuilderDialogs.progress()ProgressDialog.Builder.progressBarSize(@Nullable Dimension progressBarSize) ProgressDialog.Builder.stringPainted(boolean stringPainted) ProgressDialog.Builder.westComponent(@Nullable JComponent westComponent)