| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| ButtonStackBuilder | ButtonStackBuilder. addButton(Action... actions) | 
| ButtonStackBuilder | ButtonStackBuilder. addButton(JComponent... buttons) | 
| ButtonStackBuilder | ButtonStackBuilder. addButton(JComponent button)Adds a button component that has a minimum width
 specified by the  LayoutStyle.getDefaultButtonWidth(). | 
| ButtonStackBuilder | ButtonStackBuilder. addFixed(JComponent component)Adds a fixed size component. | 
| ButtonStackBuilder | ButtonStackBuilder. addGlue()Adds a glue that will be given the extra space,
 if this box is larger than its preferred size. | 
| ButtonStackBuilder | ButtonStackBuilder. addRelatedGap() | 
| ButtonStackBuilder | ButtonStackBuilder. addStrut(ConstantSize size)Adds a strut of a specified size. | 
| ButtonStackBuilder | ButtonStackBuilder. addUnrelatedGap() | 
| static ButtonStackBuilder | ButtonStackBuilder. create()Creates and returns an empty ButtonStackBuilder. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.