Uses of Class
com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Packages that use AbstractButtonPanelBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder
Subclasses of AbstractButtonPanelBuilder in com.jgoodies.forms.builderModifier and TypeClassDescriptionfinal class
Builds consistent button bars that comply with popular style guides.final class
Builds consistent button stacks that comply with popular style guides. -
Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.internal
Classes in com.jgoodies.forms.internal with type parameters of type AbstractButtonPanelBuilderModifier and TypeClassDescriptionclass
AbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>
The abstract superclass forButtonBarBuilder
andButtonStackBuilder
.Methods in com.jgoodies.forms.internal that return AbstractButtonPanelBuilderModifier and TypeMethodDescriptionprotected AbstractButtonPanelBuilder
Constructs an array of JButtons from the given Action array, and adds them as a sequence of related buttons separated by a default gap.protected abstract AbstractButtonPanelBuilder
AbstractButtonPanelBuilder.addButton
(JComponent button) protected AbstractButtonPanelBuilder
AbstractButtonPanelBuilder.addButton
(JComponent... buttons) Adds one or many sequences of related buttons.protected abstract AbstractButtonPanelBuilder
AbstractButtonPanelBuilder.addRelatedGap()
Adds the standard gap for related components.protected abstract AbstractButtonPanelBuilder
AbstractButtonPanelBuilder.addUnrelatedGap()
Adds the standard gap for unrelated components.