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 unmodifyable 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 unmodifyable 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 unmodifyable ColumnSpec that determines its width by computing the maximum of all column component minimum widths.
ColumnSpec
An unmodifyable 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 parameter type com.jgoodies.forms.layout.ColumnSpec

FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec)
Creates and returns an instance of FormLayout to build forms with the specified number of major and minor columns.
FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ColumnSpec componentColumnSpec, ConstantSize indent, ConstantSize majorColumnGap, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.
FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ConstantSize indent, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.

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

FormLayout.FormLayout(ColumnSpec[] colSpecs, RowSpec[] rowSpecs)
Constructs an instance of 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.
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[]
ColumnSpec.decodeSpecs(String encodedColumnSpecs)
Parses and splits encoded column specifications 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.

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