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:
@see com.jgoodies.forms.layout
@see com.jgoodies.forms.factories
|
Java Source File Name | Type | Comment |
AbstractFormBuilder.java | Class | An abstract class that minimizes the effort required to implement
non-visual builders that use the
FormLayout .
Builders hide details of the FormLayout and provide convenience behavior
that assists you in constructing a form.
This class provides a cell cursor that helps you traverse a form while
you add components. |
AbstractI15dPanelBuilder.java | Class | An abstract panel builder class that uses the
FormLayout
to lay out JPanel s. |
ButtonBarBuilder.java | Class | A non-visual builder that assists you in building consistent button bars
that comply with popular UI style guides. |
ButtonStackBuilder.java | Class | A non-visual builder that assists you in building consistent button stacks
using the
FormLayout .
This builder sets a hint for narrow margin for the gridded buttons.
This can reduce the button stack's width if some buttons have long texts.
For example, a stack with 'OK', 'Cancel', 'Configure...' will likely
exceed the minimum button width. |
DefaultFormBuilder.java | Class | Provides a means to build form-oriented panels quickly and consistently
using the
FormLayout . |
I15dPanelBuilder.java | Class | A general purpose panel builder that uses the
FormLayout
to lay out JPanel s. |
PanelBuilder.java | Class | An general purpose panel builder that uses the
FormLayout
to lay out JPanel s. |