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.ComponentSizeSizes.DEFAULTUse 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.ComponentSizeSizes.MINIMUMUse the maximum of all component minimum sizes as column or row size.static final Sizes.ComponentSizeSizes.PREFERREDUse the maximum of all component preferred sizes as column or row size.private static final Sizes.ComponentSize[]Sizes.VALUESAn 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.ComponentSizeReturns an instance ofComponentSizethat corresponds to the specified string.