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.- Version:
- $Revision: 1.30 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FormLayout.ComponentSizeCacheHolds previously requested component sizes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormLayout.Measure
sizeOf
-
Field Details
-
cache
Holds previously requested component sizes. Used to minimize size requests to subcomponents.
-
-
Constructor Details
-
CachingMeasure
-