private static final class FormLayout.PreferredHeightMeasure extends FormLayout.CachingMeasure
cache| Modifier | Constructor and Description |
|---|---|
private |
PreferredHeightMeasure(FormLayout.ComponentSizeCache cache) |
| Modifier and Type | Method and Description |
|---|---|
int |
sizeOf(java.awt.Component c)
Computes and returns the size of the given
Component. |
private PreferredHeightMeasure(FormLayout.ComponentSizeCache cache)
public int sizeOf(java.awt.Component c)
FormLayout.MeasureComponent.c - the component to measure