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 classButtonBarBuilderBuilds consistent button bars that comply with popular style guides.classButtonStackBuilderBuilds 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 classAbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>The abstract superclass forButtonBarBuilderandButtonStackBuilder.Methods in com.jgoodies.forms.internal that return AbstractButtonPanelBuilder Modifier and Type Method Description protected AbstractButtonPanelBuilderAbstractButtonPanelBuilder. 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 AbstractButtonPanelBuilderAbstractButtonPanelBuilder. addButton(javax.swing.JComponent button)protected AbstractButtonPanelBuilderAbstractButtonPanelBuilder. addButton(javax.swing.JComponent... buttons)Adds one or many sequences of related buttons.protected abstract AbstractButtonPanelBuilderAbstractButtonPanelBuilder. addRelatedGap()Adds the standard gap for related components.protected abstract AbstractButtonPanelBuilderAbstractButtonPanelBuilder. addUnrelatedGap()Adds the standard gap for unrelated components.
-