Frames | No Frames |
Constructors with parameter type com.jgoodies.forms.layout.FormSpec.DefaultAlignment | |
Constructs a ColumnSpec for the given default alignment,
size and resize weight. | |
Constructs a FormSpec from the specified encoded description. | |
Constructs a FormSpec for the given default alignment,
size, and resize weight. | |
Constructs a RowSpec from the given default orientation,
size, and resize weight. |
Fields of type com.jgoodies.forms.layout.FormSpec.DefaultAlignment | |
FormSpec.DefaultAlignment | By default put the components in the bottom. |
FormSpec.DefaultAlignment | By default put the components in the center. |
FormSpec.DefaultAlignment | By default put the components in the center. |
FormSpec.DefaultAlignment | Unless overridden the default alignment for a column is FILL. |
FormSpec.DefaultAlignment | Unless overridden the default alignment for a row is CENTER. |
FormSpec.DefaultAlignment | By default fill the component into the column. |
FormSpec.DefaultAlignment | By default fill the component into the row. |
FormSpec.DefaultAlignment | By default put components in the left. |
FormSpec.DefaultAlignment | By default put components in the middle. |
FormSpec.DefaultAlignment | By default put components in the right. |
FormSpec.DefaultAlignment | By default put the components in the top. |
Methods with return type com.jgoodies.forms.layout.FormSpec.DefaultAlignment | |
FormSpec.DefaultAlignment | Returns the default alignment. |