Uses of Class
com.jgoodies.forms.internal.AbstractButtonPanelBuilder
-
Packages that use AbstractButtonPanelBuilder Package Description com.jgoodies.forms.builder Contains optional builder classes of the Forms framework.com.jgoodies.forms.internal -
-
Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder
Subclasses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder Modifier and Type Class Description class
ButtonBarBuilder
Builds consistent button bars that comply with popular style guides.class
ButtonStackBuilder
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 AbstractButtonPanelBuilder Modifier and Type Class Description class
AbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>
The abstract superclass forButtonBarBuilder
andButtonStackBuilder
.Methods in com.jgoodies.forms.internal that return AbstractButtonPanelBuilder Modifier and Type Method Description protected AbstractButtonPanelBuilder
AbstractButtonPanelBuilder. addButton(javax.swing.Action... actions)
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(javax.swing.JComponent button)
protected AbstractButtonPanelBuilder
AbstractButtonPanelBuilder. addButton(javax.swing.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.
-