| 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.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and 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.
|