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

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

Uses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder
 

Subclasses of AbstractButtonPanelBuilder in com.jgoodies.forms.builder
 class ButtonBarBuilder
          A non-visual builder for building consistent button bars that comply with popular style guides.
 class ButtonBarBuilder2
          Deprecated. Replaced by the ButtonBarBuilder
 class ButtonStackBuilder
          A non-visual builder that assists you in building consistent button stacks using the FormLayout.
 

Methods in com.jgoodies.forms.builder that return AbstractButtonPanelBuilder
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.
protected  AbstractButtonPanelBuilder AbstractButtonPanelBuilder.background(Color background)
          Sets the panel's background color and makes the panel opaque.
protected  AbstractButtonPanelBuilder AbstractButtonPanelBuilder.border(Border border)
          Sets the panel's border.
protected  AbstractButtonPanelBuilder AbstractButtonPanelBuilder.opaque(boolean b)
          Sets the panel's opaque state.
 



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