Frames | No Frames |
Constructors with parameter type com.jgoodies.forms.layout.RowSpec | |
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 | Inserts the specified column at the specified position. |
void | 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. |
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 . |
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. |