Uses of Class
com.jgoodies.forms.layout.LayoutMap
Packages that use LayoutMap
Package
Description
Contains optional builder classes of the Forms framework.
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of LayoutMap in com.jgoodies.forms.builder
Fields in com.jgoodies.forms.builder declared as LayoutMapMethods in com.jgoodies.forms.builder that return LayoutMapMethods in com.jgoodies.forms.builder with parameters of type LayoutMapModifier and TypeMethodDescriptionConfigures this builder's FormLayout to use the given layout map for expanding layout variables. -
Uses of LayoutMap in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as LayoutMapModifier and TypeFieldDescriptionprivate final LayoutMap
FormSpecParser.layoutMap
private final LayoutMap
LayoutMap.parent
Refers to the parent map that is used to look up values if this map contains no association for a given key.private static LayoutMap
LayoutMap.root
Holds the lazily initialized root map.Methods in com.jgoodies.forms.layout that return LayoutMapModifier and TypeMethodDescriptionprivate static LayoutMap
LayoutMap.createRoot()
static LayoutMap
LayoutMap.getRoot()
Lazily initializes and returns the LayoutMap that is used for variable expansion, if no custom LayoutMap is provided.Methods in com.jgoodies.forms.layout with parameters of type LayoutMapModifier and TypeMethodDescriptionstatic ColumnSpec
Parses the encoded column specifications and returns a ColumnSpec object that represents the string.static RowSpec
Parses the encoded row specifications and returns a RowSpec object that represents the string.static ColumnSpec[]
ColumnSpec.decodeSpecs
(String encodedColumnSpecs, LayoutMap layoutMap) Splits and parses the encoded column specifications using the givenLayoutMap
and returns an array of ColumnSpec objects.static RowSpec[]
RowSpec.decodeSpecs
(String encodedRowSpecs, LayoutMap layoutMap) Parses and splits encoded row specifications using the givenLayoutMap
and returns an array of RowSpec objects.(package private) static ColumnSpec[]
FormSpecParser.parseColumnSpecs
(String encodedColumnSpecs, LayoutMap layoutMap) (package private) static RowSpec[]
FormSpecParser.parseRowSpecs
(String encodedRowSpecs, LayoutMap layoutMap) Constructors in com.jgoodies.forms.layout with parameters of type LayoutMapModifierConstructorDescriptionFormLayout
(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.private
FormSpecParser
(String source, String description, LayoutMap layoutMap, boolean horizontal) Constructs a parser for the given encoded column/row specification, the given LayoutMap, and orientation.Constructs a LayoutMap with the given optional parent.