Uses of Class
com.jgoodies.forms.layout.Sizes.ComponentSize
-
Packages that use Sizes.ComponentSize 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 Sizes.ComponentSize in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as Sizes.ComponentSize Modifier and Type Field Description static 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 Sizes.ComponentSizeSizes. MINIMUMUse the maximum of all component minimum sizes as column or row size.static Sizes.ComponentSizeSizes. PREFERREDUse the maximum of all component preferred sizes as column or row size.private static Sizes.ComponentSize[]Sizes. VALUESAn array of all enumeration values used to canonicalize deserialized component sizes.Methods in com.jgoodies.forms.layout that return Sizes.ComponentSize Modifier and Type Method Description (package private) static Sizes.ComponentSizeSizes.ComponentSize. valueOf(java.lang.String str)Returns an instance ofComponentSizethat corresponds to the specified string.
-