Package com.jgoodies.forms.builder

Contains optional builder classes of the Forms framework.

See:
          Description

Class Summary
AbstractBuilder An abstract class that minimizes the effort required to implement non-visual builders that use the FormLayout.
AbstractButtonPanelBuilder The abstract superclass for ButtonBarBuilder.
AbstractFormBuilder An abstract class that minimizes the effort required to implement non-visual builders that use the FormLayout.
ButtonBarBuilder A non-visual builder for building consistent button bars that comply with popular style guides.
ButtonBarBuilder2 Deprecated. Replaced by the ButtonBarBuilder
ButtonStackBuilder A non-visual builder that assists you in building consistent button stacks using the FormLayout.
DefaultFormBuilder Provides a means to build form-oriented panels quickly and consistently using the FormLayout.
I15dPanelBuilder A general purpose builder class that uses the FormLayout to lay out JPanels.
ListViewBuilder Builds list/table views from a set of mandatory and optional components: label, filter/search, list (table), list buttons, list extras, details view (or preview).
PanelBuilder An general purpose panel builder that uses the FormLayout to lay out JPanels.
 

Package com.jgoodies.forms.builder Description

Contains optional builder classes of the Forms framework. These non-visual builders assist you in building forms or in writing new form builder classes.

Related Documentation

For more information see:

See Also:
com.jgoodies.forms.layout, com.jgoodies.forms.factories


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