Frames | No Frames |
Methods with parameter type com.jgoodies.forms.layout.ColumnSpec | |
void | Appends the given column specification to the builder's layout. |
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 | 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 . |
Constructors with parameter type com.jgoodies.forms.layout.ColumnSpec | |
Constructs a FormLayout using the given column specifications. | |
Constructs a 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 | Inserts the specified column at the specified position. |
void | 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. |