Uses of Class
com.jgoodies.forms.layout.FormSpec
-
Packages that use FormSpec 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 FormSpec in com.jgoodies.forms.layout
Subclasses of FormSpec in com.jgoodies.forms.layout Modifier and Type Class Description class
ColumnSpec
Specifies columns in FormLayout by their default orientation, start size and resizing behavior.class
RowSpec
Specifies rows in FormLayout by their default orientation, start size and resizing behavior.Methods in com.jgoodies.forms.layout with parameters of type FormSpec Modifier and Type Method Description private static int
CellConstraints. componentSize(java.awt.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.
-