Uses of Class
com.jgoodies.forms.layout.FormLayout.CachingMeasure
Packages that use FormLayout.CachingMeasure
Package
Description
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of FormLayout.CachingMeasure in com.jgoodies.forms.layout
Subclasses of FormLayout.CachingMeasure in com.jgoodies.forms.layoutModifier and TypeClassDescriptionprivate static final class
Measures a component by computing its minimum height.private static final class
Measures a component by computing its minimum width.private static final class
Measures a component by computing its preferred height.private static final class
Measures a component by computing its preferred width.