Uses of Class
com.jgoodies.forms.layout.FormLayout.CachingMeasure
-
Packages that use FormLayout.CachingMeasure 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.CachingMeasure in com.jgoodies.forms.layout
Subclasses of FormLayout.CachingMeasure in com.jgoodies.forms.layout Modifier and Type Class Description private static classFormLayout.MinimumHeightMeasureMeasures a component by computing its minimum height.private static classFormLayout.MinimumWidthMeasureMeasures a component by computing its minimum width.private static classFormLayout.PreferredHeightMeasureMeasures a component by computing its preferred height.private static classFormLayout.PreferredWidthMeasureMeasures a component by computing its preferred width.
-