| Package | Description |
|---|---|
| com.jgoodies.forms.layout |
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
|
| Modifier and Type | Field and Description |
|---|---|
static Sizes.ComponentSize |
Sizes.DEFAULT
Use the maximum of all component sizes as column or row size;
measures preferred sizes when asked for the preferred size
and minimum sizes when asked for the minimum size.
|
static Sizes.ComponentSize |
Sizes.MINIMUM
Use the maximum of all component minimum sizes as column or row size.
|
static Sizes.ComponentSize |
Sizes.PREFERRED
Use the maximum of all component preferred sizes as column or row size.
|
private static Sizes.ComponentSize[] |
Sizes.VALUES
An array of all enumeration values used to canonicalize
deserialized component sizes.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Sizes.ComponentSize |
Sizes.ComponentSize.valueOf(java.lang.String str)
Returns an instance of
ComponentSize that corresponds
to the specified string. |