Frames | No Frames |
Fields of type com.jgoodies.forms.layout.ColumnSpec | |
ColumnSpec | Describes a logical horizontal column for a fixed size button. |
ColumnSpec | An unmodifiable ColumnSpec that determines its preferred
width by computing the maximum of all column component preferred widths
and its minimum width by computing all column component minimum widths. |
ColumnSpec | An unmodifiable ColumnSpec that has an initial width
of 0 pixels and that grows. |
ColumnSpec | Describes a logical horizontal column for a growing button. |
ColumnSpec | Describes a logical horizontal gap between a label and an associated
component. |
ColumnSpec | An unmodifiable ColumnSpec that determines its width by
computing the maximum of all column component minimum widths. |
ColumnSpec | An unmodifiable ColumnSpec that determines its width by
computing the maximum of all column component preferred widths. |
ColumnSpec | Describes a logical horizontal gap between two related components. |
ColumnSpec | Describes a logical horizontal gap between two unrelated components. |
Methods with return type com.jgoodies.forms.layout.ColumnSpec | |
ColumnSpec | Creates and returns a ColumnSpec that represents a gap with the
specified ConstantSize . |
Constructors with parameter type com.jgoodies.forms.layout.ColumnSpec | |
Constructs a FormLayout using the given column specifications. | |
Constructs a FormLayout using the given column and row specifications. |
Methods with parameter type com.jgoodies.forms.layout.ColumnSpec | |
void | Appends the given column specification to the right hand side of all
columns. |
String | |
void | Inserts the specified column at the specified position. |
void | Sets the ColumnSpec at the specified column index. |
Methods with return type com.jgoodies.forms.layout.ColumnSpec | |
ColumnSpec | Creates and returns a ColumnSpec that represents a gap with the
specified ConstantSize . |
ColumnSpec | ColumnSpec.decode(String encodedColumnSpec) Parses the encoded column specification and returns a ColumnSpec object
that represents the string. |
ColumnSpec | Parses the encoded column specifications and returns a ColumnSpec object
that represents the string. |
ColumnSpec[] | ColumnSpec.decodeSpecs(String encodedColumnSpecs) Parses and splits encoded column specifications using the default
LayoutMap and returns an array of ColumnSpec objects. |
ColumnSpec[] | Splits and parses the encoded column specifications using the given
LayoutMap and returns an array of ColumnSpec objects. |
ColumnSpec | FormLayout.getColumnSpec(int columnIndex) Returns the ColumnSpec at the specified column index. |
Methods with parameter type com.jgoodies.forms.layout.ColumnSpec | |
void | Appends the given column specification to the builder's layout. |
void | Appends the given column specification to the builder's layout. |