| 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 |
|---|---|
protected FormLayout.ComponentSizeCache |
FormLayout.CachingMeasure.cache
Holds previously requested component sizes.
|
private FormLayout.ComponentSizeCache |
FormLayout.componentSizeCache
Caches component minimum and preferred sizes.
|
| Constructor and Description |
|---|
CachingMeasure(FormLayout.ComponentSizeCache cache) |
MinimumHeightMeasure(FormLayout.ComponentSizeCache cache) |
MinimumWidthMeasure(FormLayout.ComponentSizeCache cache) |
PreferredHeightMeasure(FormLayout.ComponentSizeCache cache) |
PreferredWidthMeasure(FormLayout.ComponentSizeCache cache) |