Uses of Class
com.jgoodies.forms.layout.Sizes.ComponentSize
Packages that use Sizes.ComponentSize
Package
Description
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of Sizes.ComponentSize in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as Sizes.ComponentSizeModifier and TypeFieldDescriptionstatic final Sizes.ComponentSize
Sizes.DEFAULT
Use the maximum of all component sizes as column or row size; measures preferred sizes when asked for the preferred size and minimum sizes when asked for the minimum size.static final Sizes.ComponentSize
Sizes.MINIMUM
Use the maximum of all component minimum sizes as column or row size.static final Sizes.ComponentSize
Sizes.PREFERRED
Use the maximum of all component preferred sizes as column or row size.private static final Sizes.ComponentSize[]
Sizes.VALUES
An array of all enumeration values used to canonicalize deserialized component sizes.Methods in com.jgoodies.forms.layout that return Sizes.ComponentSizeModifier and TypeMethodDescription(package private) static Sizes.ComponentSize
Returns an instance ofComponentSize
that corresponds to the specified string.