| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| ButtonBarBuilder | ButtonBarBuilder. addButton(Action... actions) | 
| ButtonBarBuilder | ButtonBarBuilder. addButton(JComponent... buttons) | 
| ButtonBarBuilder | ButtonBarBuilder. addButton(JComponent button)Adds a button component that has a minimum width
 specified by the  LayoutStyle.getDefaultButtonWidth(). | 
| ButtonBarBuilder | ButtonBarBuilder. addFixed(JComponent component)Adds a fixed size component with narrow margin. | 
| ButtonBarBuilder | ButtonBarBuilder. addGlue()Adds a glue that will be given the extra space,
 if this button bar is larger than its preferred size. | 
| ButtonBarBuilder | ButtonBarBuilder. addGrowing(JComponent component)Adds a component that grows if the container grows. | 
| ButtonBarBuilder | ButtonBarBuilder. addRelatedGap()Adds the standard horizontal gap for related components. | 
| ButtonBarBuilder | ButtonBarBuilder. addStrut(ConstantSize width)Adds a horizontal strut of the specified width. | 
| ButtonBarBuilder | ButtonBarBuilder. addUnrelatedGap()Adds the standard horizontal gap for unrelated components. | 
| static ButtonBarBuilder | ButtonBarBuilder. create() | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.