Frames | No Frames |
Constructors with parameter type com.jgoodies.forms.layout.LayoutMap | |
Constructs a FormLayout using the given
encoded column and row specifications and the given LayoutMap. | |
Constructs a FormLayout using the given encoded column specifications
and LayoutMap. | |
Constructs a LayoutMap with the given optional parent. |
Methods with parameter type com.jgoodies.forms.layout.LayoutMap | |
ColumnSpec | Parses the encoded column specifications and returns a ColumnSpec object
that represents the string. |
RowSpec | Parses the encoded row specifications and returns a RowSpec object
that represents the string. |
ColumnSpec[] | Splits and parses the encoded column specifications using the given
LayoutMap and returns an array of ColumnSpec objects. |
RowSpec[] | Parses and splits encoded row specifications using the given
LayoutMap and returns an array of RowSpec objects. |
Methods with return type com.jgoodies.forms.layout.LayoutMap | |
LayoutMap | Lazily initializes and returns the LayoutMap that is used
for variable expansion, if no custom LayoutMap is provided. |