Uses of Class
com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
-
Packages that use FormLayout.ComponentSizeCache 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. -
-
Uses of FormLayout.ComponentSizeCache in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as FormLayout.ComponentSizeCache Modifier and Type Field Description protected FormLayout.ComponentSizeCacheFormLayout.CachingMeasure. cacheHolds previously requested component sizes.private FormLayout.ComponentSizeCacheFormLayout. componentSizeCacheCaches component minimum and preferred sizes.Constructors in com.jgoodies.forms.layout with parameters of type FormLayout.ComponentSizeCache Constructor Description CachingMeasure(FormLayout.ComponentSizeCache cache)MinimumHeightMeasure(FormLayout.ComponentSizeCache cache)MinimumWidthMeasure(FormLayout.ComponentSizeCache cache)PreferredHeightMeasure(FormLayout.ComponentSizeCache cache)PreferredWidthMeasure(FormLayout.ComponentSizeCache cache)
-