Uses of Class
com.jgoodies.forms.layout.FormSpec
Packages that use FormSpec
Package
Description
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of FormSpec in com.jgoodies.forms.layout
Subclasses of FormSpec in com.jgoodies.forms.layoutModifier and TypeClassDescriptionfinal class
Specifies columns in FormLayout by their default orientation, start size and resizing behavior.final class
Specifies rows in FormLayout by their default orientation, start size and resizing behavior.Methods in com.jgoodies.forms.layout with parameters of type FormSpecModifier and TypeMethodDescriptionprivate static int
CellConstraints.componentSize
(Component component, FormSpec formSpec, int cellSize, FormLayout.Measure minMeasure, FormLayout.Measure prefMeasure) Computes and returns the pixel size of the given component using the given form specification, measures, and cell size.private static CellConstraints.Alignment
CellConstraints.concreteAlignment
(CellConstraints.Alignment cellAlignment, FormSpec formSpec) Computes and returns the concrete alignment.private static CellConstraints.Alignment
CellConstraints.usedAlignment
(CellConstraints.Alignment cellAlignment, FormSpec formSpec) Returns the alignment used for a given form constraints object.