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

Packages that use PanelBuilder
com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. 
com.jgoodies.forms.extras Contains optional Forms framework classes that ship only with the JGoodies Forms source distribution and are not yet part of the binary Forms library. 
 

Uses of PanelBuilder in com.jgoodies.forms.builder
 

Subclasses of PanelBuilder in com.jgoodies.forms.builder
 class AbstractI15dPanelBuilder
          An abstract panel builder class that uses the FormLayout to lay out JPanels.
 class ButtonBarBuilder
          A non-visual builder that assists you in building consistent button bars that comply with popular UI style guides.
 class ButtonStackBuilder
          A non-visual builder that assists you in building consistent button stacks using the FormLayout.
 class DefaultFormBuilder
          Provides a means to build form-oriented panels quickly and consistently using the FormLayout.
 class I15dPanelBuilder
          A general purpose panel builder that uses the FormLayout to lay out JPanels.
 

Uses of PanelBuilder in com.jgoodies.forms.extras
 

Subclasses of PanelBuilder in com.jgoodies.forms.extras
 class PanelBuilder2
          Adds a feature to its superclass PanelBuilder that labels with a mnemonic are associated with the next added focusable component.
 



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