Package com.jgoodies.forms.layout
Class FormLayout.PreferredHeightMeasure
java.lang.Object
com.jgoodies.forms.layout.FormLayout.CachingMeasure
com.jgoodies.forms.layout.FormLayout.PreferredHeightMeasure
- All Implemented Interfaces:
FormLayout.Measure
,Serializable
- Enclosing class:
- FormLayout
Measures a component by computing its preferred height.
-
Field Summary
Fields inherited from class com.jgoodies.forms.layout.FormLayout.CachingMeasure
cache
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
-
Constructor Details
-
PreferredHeightMeasure
-
-
Method Details
-
sizeOf
Description copied from interface:FormLayout.Measure
Computes and returns the size of the givenComponent
.- Parameters:
c
- the component to measure- Returns:
- the component's size
-