Package com.jgoodies.forms.builder
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:-
Class Summary Class Description AbstractBuilder An abstract class that minimizes the effort required to implement non-visual builders that use theFormLayout
.AbstractButtonPanelBuilder The abstract superclass forButtonBarBuilder
.AbstractFormBuilder An abstract class that minimizes the effort required to implement non-visual builders that use theFormLayout
.ButtonBarBuilder Builds consistent button bars that comply with popular style guides.ButtonStackBuilder Builds consistent button stacks that comply with popular style guides.DefaultFormBuilder Provides a means to build form-oriented panels quickly and consistently using theFormLayout
.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 theFormLayout
to lay outJPanel
s.