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

Uses in package com.jgoodies.forms.factories

Fields of type com.jgoodies.forms.layout.RowSpec

RowSpec
Describes a logical row for a fixed size button.
RowSpec
An unmodifiable RowSpec that determines its preferred height by computing the maximum of all column component preferred heights and its minimum height by computing all column component minimum heights.
RowSpec
An unmodifiable RowSpec that has an initial height of 0 pixels and that grows.
RowSpec
Describes the logical vertical default gap between two rows in the grid.
RowSpec
An unmodifiable RowSpec that determines its height by computing the maximum of all column component minimum heights.
RowSpec
Describes a logical vertical narrow gap between two rows in the grid.
RowSpec
Describes the logical vertical default gap between two paragraphs in the layout grid.
RowSpec
An unmodifiable RowSpec that determines its height by computing the maximum of all column component preferred heights.
RowSpec
Describes a logical vertical gap between two related components.
RowSpec
Describes a logical vertical gap between two unrelated components.

Methods with return type com.jgoodies.forms.layout.RowSpec

RowSpec
Creates and returns a RowSpec that represents a gap with the specified ConstantSize.

Uses in package com.jgoodies.forms.layout

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

FormLayout.FormLayout(ColumnSpec[] colSpecs, RowSpec[] rowSpecs)
Constructs a FormLayout using the given column and row specifications.

Methods with parameter type com.jgoodies.forms.layout.RowSpec

void
Appends the given row specification to the bottom of all rows.
void
FormLayout.insertRow(int rowIndex, RowSpec rowSpec)
Inserts the specified column at the specified position.
String
LayoutMap.rowPut(String key, RowSpec value)
Associates the specified ColumnSpec with the specified key in this map.
void
FormLayout.setRowSpec(int rowIndex, RowSpec rowSpec)
Sets the RowSpec at the specified row index.

Methods with return type com.jgoodies.forms.layout.RowSpec

RowSpec
Creates and returns a RowSpec that represents a gap with the specified ConstantSize.
RowSpec
RowSpec.decode(String encodedRowSpec)
Parses the encoded row specification and returns a RowSpec 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.
RowSpec[]
RowSpec.decodeSpecs(String encodedRowSpecs)
Parses and splits encoded row specifications using the default LayoutMap and returns an array of RowSpec 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.
RowSpec
FormLayout.getRowSpec(int rowIndex)
Returns the RowSpec at the specified row index.

Uses in package com.jgoodies.forms.builder

Methods with parameter type com.jgoodies.forms.layout.RowSpec

void
Appends the given row specification to the builder's layout.
void
Appends the given row specification to the builder's layout.
void
Sets the row specification that shall be used for component rows.

Methods with return type com.jgoodies.forms.layout.RowSpec

RowSpec
Returns the row specification that is used for component rows.
RowSpec
Returns the row specification that is used to separate component row.

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