Uses of Class com.jgoodies.forms.layout.LayoutMap

Uses in package com.jgoodies.forms.layout

Constructors with parameter type com.jgoodies.forms.layout.LayoutMap

FormLayout.FormLayout(String encodedColumnSpecs, String encodedRowSpecs, LayoutMap layoutMap)
Constructs a FormLayout using the given encoded column and row specifications and the given LayoutMap.
FormLayout.FormLayout(String encodedColumnSpecs, LayoutMap 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
ColumnSpec.decode(String encodedColumnSpec, LayoutMap layoutMap)
Parses the encoded column specifications and returns a ColumnSpec object that represents the string.
RowSpec
RowSpec.decode(String encodedRowSpec, LayoutMap layoutMap)
Parses the encoded row specifications and returns a RowSpec object that represents the string.
ColumnSpec[]
ColumnSpec.decodeSpecs(String encodedColumnSpecs, LayoutMap layoutMap)
Splits and parses the encoded column specifications using the given LayoutMap and returns an array of ColumnSpec objects.
RowSpec[]
RowSpec.decodeSpecs(String encodedRowSpecs, LayoutMap layoutMap)
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.

Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.