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

Uses in package com.jgoodies.forms.factories

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.

Uses in package com.jgoodies.forms.layout

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

Constructs a FormLayout using the given column specifications.
FormLayout.FormLayout(ColumnSpec[] colSpecs, RowSpec[] rowSpecs)
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
LayoutMap.columnPut(String key, ColumnSpec value)
void
FormLayout.insertColumn(int columnIndex, ColumnSpec columnSpec)
Inserts the specified column at the specified position.
void
FormLayout.setColumnSpec(int columnIndex, ColumnSpec columnSpec)
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
ColumnSpec.decode(String encodedColumnSpec, LayoutMap layoutMap)
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[]
ColumnSpec.decodeSpecs(String encodedColumnSpecs, LayoutMap layoutMap)
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.

Uses in package com.jgoodies.forms.builder

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.

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