| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| 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 LayoutMap | FormBuilder. getLayoutMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| FormBuilder | FormBuilder. layoutMap(LayoutMap layoutMap)Configures this builder's FormLayout to use the given layout map
 for expanding layout variables. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LayoutMap | LayoutMap. getRoot()Lazily initializes and returns the LayoutMap that is used
 for variable expansion, if no custom LayoutMap is provided. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RowSpec | RowSpec. decode(String encodedRowSpec,
      LayoutMap layoutMap)Parses the encoded row specifications and returns a RowSpec object
 that represents the string. | 
| static ColumnSpec | ColumnSpec. decode(String encodedColumnSpec,
      LayoutMap layoutMap)Parses the encoded column specifications and returns a ColumnSpec object
 that represents the string. | 
| static RowSpec[] | RowSpec. decodeSpecs(String encodedRowSpecs,
           LayoutMap layoutMap)Parses and splits encoded row specifications using the given
  LayoutMapand returns an array of RowSpec objects. | 
| static ColumnSpec[] | ColumnSpec. decodeSpecs(String encodedColumnSpecs,
           LayoutMap layoutMap)Splits and parses the encoded column specifications using the given
  LayoutMapand returns an array of ColumnSpec objects. | 
| Constructor and Description | 
|---|
| FormLayout(String encodedColumnSpecs,
          LayoutMap layoutMap)Constructs a FormLayout using the given encoded column specifications
 and LayoutMap. | 
| FormLayout(String encodedColumnSpecs,
          String encodedRowSpecs,
          LayoutMap layoutMap)Constructs a FormLayout using the given
 encoded column and row specifications and the given LayoutMap. | 
| LayoutMap(LayoutMap parent)Constructs a LayoutMap with the given optional parent. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.