Uses of Class
com.jgoodies.forms.builder.ButtonBarBuilder

Packages that use ButtonBarBuilder
com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. 
 

Uses of ButtonBarBuilder in com.jgoodies.forms.builder
 

Methods in com.jgoodies.forms.builder that return ButtonBarBuilder
 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.
 ButtonBarBuilder ButtonBarBuilder.background(Color background)
           
 ButtonBarBuilder ButtonBarBuilder.border(Border border)
           
 ButtonBarBuilder ButtonBarBuilder.opaque(boolean b)
           
 



Copyright © 2002-2012 JGoodies Karsten Lentzsch. All Rights Reserved.