Java com.jgoodies.forms.layout FormSpecs fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.forms.layout FormSpecs fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.forms.layout FormSpecs.

The text is from its open source code.

Field

ColumnSpecMIN_COLSPEC
An unmodifiable ColumnSpec that determines its width by computing the maximum of all column component minimum widths.
ColumnSpecPREF_COLSPEC
An unmodifiable ColumnSpec that determines its width by computing the maximum of all column component preferred widths.
ColumnSpecDEFAULT_COLSPEC
An unmodifiable 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.

Useful to let a column shrink from preferred width to minimum width if the container space gets scarce.

ColumnSpecGLUE_COLSPEC
An unmodifiable ColumnSpec that has an initial width of 0 pixels and that grows.
ColumnSpecLABEL_COMPONENT_GAP_COLSPEC
Describes a logical horizontal gap between a label and an associated component.
ColumnSpecRELATED_GAP_COLSPEC
Describes a logical horizontal gap between two related components.
ColumnSpecUNRELATED_GAP_COLSPEC
Describes a logical horizontal gap between two unrelated components.

Note: In a future version this constant will likely be moved to a class LogicalSize or StyledSize .

ColumnSpecBUTTON_COLSPEC
Describes a logical horizontal column for a fixed size button.
ColumnSpecGROWING_BUTTON_COLSPEC
Describes a logical horizontal column for a growing button.
RowSpecMIN_ROWSPEC
An unmodifiable RowSpec that determines its height by computing the maximum of all column component minimum heights.
RowSpecPREF_ROWSPEC
An unmodifiable RowSpec that determines its height by computing the maximum of all column component preferred heights.
RowSpecDEFAULT_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.

Useful to let a column shrink from preferred height to minimum height if the container space gets scarce.

RowSpecLABEL_COMPONENT_GAP_ROWSPEC
Describes a logical horizontal gap between a label and an associated component.
RowSpecRELATED_GAP_ROWSPEC
Describes a logical vertical gap between two related components.
RowSpecUNRELATED_GAP_ROWSPEC
Describes a logical vertical gap between two unrelated components.

Note: In a future version this constant will likely be moved to a class LogicalSize or StyledSize .

RowSpecNARROW_LINE_GAP_ROWSPEC
Describes a logical vertical narrow gap between two rows in the grid.
RowSpecLINE_GAP_ROWSPEC
Describes the logical vertical default gap between two rows in the grid.
RowSpecPARAGRAPH_GAP_ROWSPEC
Describes the logical vertical default gap between two paragraphs in the layout grid.