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

Uses in package com.jgoodies.forms.factories

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

RowSpec
An unmodifyable 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 unmodifyable 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 unmodifyable 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 unmodifyable RowSpec that determines its height by computing the maximum of all column component preferred heights.
RowSpec
Describes a logical vertzical 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 an instance of 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.
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[]
RowSpec.decodeSpecs(String encodedRowSpecs)
Parses and splits encoded row specifications 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.

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

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

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