| 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 | Class and Description |
|---|---|
private static class |
FormLayout.MinimumHeightMeasure
Measures a component by computing its minimum height.
|
private static class |
FormLayout.MinimumWidthMeasure
Measures a component by computing its minimum width.
|
private static class |
FormLayout.PreferredHeightMeasure
Measures a component by computing its preferred height.
|
private static class |
FormLayout.PreferredWidthMeasure
Measures a component by computing its preferred width.
|