| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| com.jgoodies.forms.internal | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ButtonBarBuilderBuilds consistent button bars that comply with popular style guides. | 
| class  | ButtonStackBuilderBuilds consistent button stacks that comply with popular style guides. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>The abstract superclass for  ButtonBarBuilderandButtonStackBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractButtonPanelBuilder | AbstractButtonPanelBuilder. addButton(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 AbstractButtonPanelBuilder | AbstractButtonPanelBuilder. addButton(JComponent... buttons)Adds one or many sequences of related buttons. | 
| protected abstract AbstractButtonPanelBuilder | AbstractButtonPanelBuilder. addButton(JComponent button) | 
| protected abstract AbstractButtonPanelBuilder | AbstractButtonPanelBuilder. addRelatedGap()Adds the standard gap for related components. | 
| protected abstract AbstractButtonPanelBuilder | AbstractButtonPanelBuilder. addUnrelatedGap()Adds the standard gap for unrelated components. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.