Uses of Class
com.jgoodies.forms.builder.ButtonStackBuilder
Packages that use ButtonStackBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of ButtonStackBuilder in com.jgoodies.forms.builder
Methods in com.jgoodies.forms.builder that return ButtonStackBuilderModifier and TypeMethodDescriptionButtonStackBuilder.addButton
(JComponent button) Adds a button component that has a minimum width specified by theLayoutStyle.getDefaultButtonWidth()
.ButtonStackBuilder.addButton
(JComponent... buttons) ButtonStackBuilder.addFixed
(JComponent component) Adds a fixed size component.ButtonStackBuilder.addGlue()
Adds a glue that will be given the extra space, if this box is larger than its preferred size.ButtonStackBuilder.addRelatedGap()
ButtonStackBuilder.addStrut
(ConstantSize size) Adds a strut of a specified size.ButtonStackBuilder.addUnrelatedGap()
static ButtonStackBuilder
ButtonStackBuilder.create()
Creates and returns an empty ButtonStackBuilder.