| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| com.jgoodies.forms.debug | Consists of optional classes that help you find,
understand and fix layout problems | 
| 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. | 
| com.jgoodies.forms.internal | |
| com.jgoodies.forms.layout | Contains the core classes of the JGoodies Forms framework: 
layout manager, column and row specifications, sizes and cell constraints | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FormLayout | FormBuilder. getLayout() | 
| Modifier and Type | Method and Description | 
|---|---|
| FormBuilder | FormBuilder. layout(FormLayout layout)Sets  layoutas the layout to use by this builder. | 
| Constructor and Description | 
|---|
| DefaultFormBuilder(FormLayout layout)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout. | 
| DefaultFormBuilder(FormLayout layout,
                  JPanel container)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout and panel. | 
| DefaultFormBuilder(FormLayout layout,
                  ResourceBundle bundle)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout and resource bundle. | 
| DefaultFormBuilder(FormLayout layout,
                  ResourceBundle bundle,
                  JPanel container)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout, resource bundle, and panel. | 
| DefaultFormBuilder(FormLayout layout,
                  com.jgoodies.common.internal.StringResourceAccessor localizer)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout and resource bundle. | 
| DefaultFormBuilder(FormLayout layout,
                  com.jgoodies.common.internal.StringResourceAccessor localizer,
                  JPanel container)Deprecated.  Constructs a  DefaultFormBuilderfor the given
 layout, resource bundle, and panel. | 
| I15dPanelBuilder(FormLayout layout,
                ResourceBundle bundle)Deprecated.  Constructs an I15dPanelBuilder for the given layout and resource bundle. | 
| I15dPanelBuilder(FormLayout layout,
                ResourceBundle bundle,
                JPanel container)Deprecated.  Constructs an I15dPanelBuilder for the given FormLayout, resource bundle,
 and layout container. | 
| I15dPanelBuilder(FormLayout layout,
                com.jgoodies.common.internal.StringResourceAccessor localizer)Deprecated.  Constructs an I15dPanelBuilder for the given FormLayout, resource bundle,
 and layout container. | 
| I15dPanelBuilder(FormLayout layout,
                com.jgoodies.common.internal.StringResourceAccessor localizer,
                JPanel container)Deprecated.  Constructs an I15dPanelBuilder for the given FormLayout, resource bundle,
 and layout container. | 
| PanelBuilder(FormLayout layout)Deprecated.  Constructs a  PanelBuilderfor the given
 layout. | 
| PanelBuilder(FormLayout layout,
            JPanel panel)Deprecated.  Constructs a  PanelBuilderfor the given
 FormLayout and layout container. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | FormDebugUtils. dumpColumnGroups(FormLayout layout)Dumps the layout's column groups to the console. | 
| static void | FormDebugUtils. dumpColumnSpecs(FormLayout layout)Dumps the layout's column specifications to the console. | 
| static void | FormDebugUtils. dumpRowGroups(FormLayout layout)Dumps the layout's row groups to the console. | 
| static void | FormDebugUtils. dumpRowSpecs(FormLayout layout)Dumps the layout's row specifications to the console. | 
| Constructor and Description | 
|---|
| FormDebugPanel(FormLayout layout)Constructs a FormDebugPanel on the given FormLayout instance
 that paints the grid in the foreground and paints no diagonals. | 
| FormDebugPanel(FormLayout layout,
              boolean paintInBackground,
              boolean paintDiagonals)Constructs a FormDebugPanel on the given FormLayout using
 the specified settings that are otherwise turned off. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | FormLayoutUtils. isGroupedColumn(FormLayout layout,
               int columnIndex)Checks and answers whether the specified column is grouped
 in the given FormLayout. | 
| static boolean | FormLayoutUtils. isGroupedRow(FormLayout layout,
            int rowIndex)Checks and answers whether the specified row is grouped
 in the given FormLayout. | 
| Modifier and Type | Method and Description | 
|---|---|
| FormLayout | AbstractBuilder. getLayout()Returns the FormLayout instance used to build this form. | 
| Constructor and Description | 
|---|
| AbstractBuilder(FormLayout layout,
               JPanel panel)Constructs an AbstractBuilder for the given layout and panel. | 
| AbstractButtonPanelBuilder(FormLayout layout,
                          JPanel container)Constructs an AbstractButtonPanelBuilder
 for the given FormLayout and layout container. | 
| AbstractFormBuilder(FormLayout layout,
                   JPanel panel)Constructs an AbstractFormBuilder
 for the given FormLayout and layout container. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | CellConstraints. toShortString(FormLayout layout)Returns a short string representation of this constraints object. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.