Package com.jgoodies.forms.layout
Class FormLayout.CachingMeasure
java.lang.Object
com.jgoodies.forms.layout.FormLayout.CachingMeasure
- All Implemented Interfaces:
FormLayout.Measure
,Serializable
- Direct Known Subclasses:
FormLayout.MinimumHeightMeasure
,FormLayout.MinimumWidthMeasure
,FormLayout.PreferredHeightMeasure
,FormLayout.PreferredWidthMeasure
- Enclosing class:
FormLayout
private abstract static class FormLayout.CachingMeasure
extends Object
implements FormLayout.Measure, Serializable
An abstract implementation of the
Measure
interface
that caches component sizes.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FormLayout.ComponentSizeCache
Holds previously requested component sizes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jgoodies.forms.layout.FormLayout.Measure
sizeOf
-
Field Details
-
cache
Holds previously requested component sizes. Used to minimize size requests to subcomponents.
-
-
Constructor Details
-
CachingMeasure
-