| Frames | No Frames |
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. |
Constructors with parameter type com.jgoodies.forms.layout.RowSpec | |
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 | Inserts the specified column at the specified position. |
| String | Associates the specified ColumnSpec with the specified key in this map. |
| void | 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 | Parses the encoded row specification and returns a RowSpec object
that represents the string. |
| RowSpec | 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[] | 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. |
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. |