Uses of Class
com.privatejgoodies.forms.layout.FormSpec.DefaultAlignment
-
Packages that use FormSpec.DefaultAlignment Package Description com.privatejgoodies.forms.layout -
-
Uses of FormSpec.DefaultAlignment in com.privatejgoodies.forms.layout
Fields in com.privatejgoodies.forms.layout declared as FormSpec.DefaultAlignment Modifier and Type Field Description static FormSpec.DefaultAlignmentRowSpec. BOTTOMBy default put the components in the bottom.static FormSpec.DefaultAlignmentColumnSpec. CENTERBy default put the components in the center.static FormSpec.DefaultAlignmentRowSpec. CENTERBy default put the components in the center.static FormSpec.DefaultAlignmentColumnSpec. DEFAULTUnless overridden the default alignment for a column is FILL.static FormSpec.DefaultAlignmentRowSpec. DEFAULTUnless overridden the default alignment for a row is CENTER.static FormSpec.DefaultAlignmentColumnSpec. FILLBy default fill the component into the column.static FormSpec.DefaultAlignmentRowSpec. FILLBy default fill the component into the row.static FormSpec.DefaultAlignmentColumnSpec. LEFTBy default put components in the left.static FormSpec.DefaultAlignmentColumnSpec. RIGHTBy default put components in the right.static FormSpec.DefaultAlignmentRowSpec. TOPBy default put the components in the top.Methods in com.privatejgoodies.forms.layout that return FormSpec.DefaultAlignment Modifier and Type Method Description FormSpec.DefaultAlignmentFormSpec. getDefaultAlignment()Returns the default alignment.Constructors in com.privatejgoodies.forms.layout with parameters of type FormSpec.DefaultAlignment Constructor 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 aFormSpecfor the given default alignment, size, and resize weight.FormSpec(FormSpec.DefaultAlignment defaultAlignment, java.lang.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.
-