| Package | Description |
|---|---|
| com.privatejgoodies.forms.layout |
| Modifier and Type | Field and Description |
|---|---|
static FormSpec.DefaultAlignment |
RowSpec.BOTTOM
By default put the components in the bottom.
|
static FormSpec.DefaultAlignment |
RowSpec.CENTER
By default put the components in the center.
|
static FormSpec.DefaultAlignment |
ColumnSpec.CENTER
By default put the components in the center.
|
static FormSpec.DefaultAlignment |
RowSpec.DEFAULT
Unless overridden the default alignment for a row is CENTER.
|
static FormSpec.DefaultAlignment |
ColumnSpec.DEFAULT
Unless overridden the default alignment for a column is FILL.
|
static FormSpec.DefaultAlignment |
RowSpec.FILL
By default fill the component into the row.
|
static FormSpec.DefaultAlignment |
ColumnSpec.FILL
By default fill the component into the column.
|
static FormSpec.DefaultAlignment |
ColumnSpec.LEFT
By default put components in the left.
|
static FormSpec.DefaultAlignment |
ColumnSpec.RIGHT
By default put components in the right.
|
static FormSpec.DefaultAlignment |
RowSpec.TOP
By default put the components in the top.
|
| Modifier and Type | Method and Description |
|---|---|
FormSpec.DefaultAlignment |
FormSpec.getDefaultAlignment()
Returns the default alignment.
|
| Constructor and Description |
|---|
ColumnSpec(FormSpec.DefaultAlignment defaultAlignment,
Size size,
double resizeWeight)
Constructs a ColumnSpec for the given default alignment, size and resize weight.
|
FormSpec(FormSpec.DefaultAlignment defaultAlignment,
Size size,
double resizeWeight)
Constructs a
FormSpec for the given default alignment, size, and resize weight. |
FormSpec(FormSpec.DefaultAlignment defaultAlignment,
String encodedDescription)
Constructs a FormSpec from the specified encoded description.
|
RowSpec(FormSpec.DefaultAlignment defaultAlignment,
Size size,
double resizeWeight)
Constructs a RowSpec from the given default orientation, size, and resize weight.
|
Copyright © 2021. All rights reserved.