Uses of Class
com.jgoodies.forms.builder.ButtonBarBuilder
Packages that use ButtonBarBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of ButtonBarBuilder in com.jgoodies.forms.builder
Subclasses with type arguments of type ButtonBarBuilder in com.jgoodies.forms.builderModifier and TypeClassDescriptionfinal classBuilds consistent button bars that comply with popular style guides.Methods in com.jgoodies.forms.builder that return ButtonBarBuilderModifier and TypeMethodDescriptionButtonBarBuilder.addButton(JComponent button) Adds a button component that has a minimum width specified by theLayoutStyle.getDefaultButtonWidth().ButtonBarBuilder.addButton(JComponent... buttons) ButtonBarBuilder.addFixed(JComponent component) Adds a fixed size component with narrow margin.ButtonBarBuilder.addGlue()Adds a glue that will be given the extra space, if this button bar is larger than its preferred size.ButtonBarBuilder.addGrowing(JComponent component) Adds a component that grows if the container grows.ButtonBarBuilder.addRelatedGap()Adds the standard horizontal gap for related components.ButtonBarBuilder.addStrut(ConstantSize width) Adds a horizontal strut of the specified width.ButtonBarBuilder.addUnrelatedGap()Adds the standard horizontal gap for unrelated components.static ButtonBarBuilderButtonBarBuilder.create()