Uses of Class com.jgoodies.forms.layout.FormSpec.DefaultAlignment

Uses in package com.jgoodies.forms.layout

Constructors with parameter type com.jgoodies.forms.layout.FormSpec.DefaultAlignment

ColumnSpec.ColumnSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
Constructs a ColumnSpec for the given default alignment, size and resize weight.
FormSpec.FormSpec(FormSpec.DefaultAlignment defaultAlignment, String encodedDescription)
Constructs a FormSpec from the specified encoded description.
FormSpec.FormSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
Constructs a FormSpec for the given default alignment, size, and resize weight.
RowSpec.RowSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight)
Constructs a RowSpec from the given default orientation, size, and resize weight.

Fields of type com.jgoodies.forms.layout.FormSpec.DefaultAlignment

FormSpec.DefaultAlignment
By default put the components in the bottom.
FormSpec.DefaultAlignment
By default put the components in the center.
FormSpec.DefaultAlignment
By default put the components in the center.
FormSpec.DefaultAlignment
Unless overridden the default alignment for a column is FILL.
FormSpec.DefaultAlignment
Unless overridden the default alignment for a row is CENTER.
FormSpec.DefaultAlignment
By default fill the component into the column.
FormSpec.DefaultAlignment
By default fill the component into the row.
FormSpec.DefaultAlignment
By default put components in the left.
FormSpec.DefaultAlignment
By default put components in the middle.
FormSpec.DefaultAlignment
By default put components in the right.
FormSpec.DefaultAlignment
By default put the components in the top.

Methods with return type com.jgoodies.forms.layout.FormSpec.DefaultAlignment

FormSpec.DefaultAlignment
Returns the default alignment.

Copyright © 2002-2006 JGoodies Karsten Lentzsch. All Rights Reserved.