Uses of Class
com.privatejgoodies.forms.layout.FormSpec.DefaultAlignment
Packages that use FormSpec.DefaultAlignment
-
Uses of FormSpec.DefaultAlignment in com.privatejgoodies.forms.layout
Fields in com.privatejgoodies.forms.layout declared as FormSpec.DefaultAlignmentModifier and TypeFieldDescriptionstatic final FormSpec.DefaultAlignmentRowSpec.BOTTOMBy default put the components in the bottom.static final FormSpec.DefaultAlignmentColumnSpec.CENTERBy default put the components in the center.static final FormSpec.DefaultAlignmentRowSpec.CENTERBy default put the components in the center.static final FormSpec.DefaultAlignmentColumnSpec.DEFAULTUnless overridden the default alignment for a column is FILL.static final FormSpec.DefaultAlignmentRowSpec.DEFAULTUnless overridden the default alignment for a row is CENTER.static final FormSpec.DefaultAlignmentColumnSpec.FILLBy default fill the component into the column.static final FormSpec.DefaultAlignmentRowSpec.FILLBy default fill the component into the row.static final FormSpec.DefaultAlignmentColumnSpec.LEFTBy default put components in the left.static final FormSpec.DefaultAlignmentColumnSpec.RIGHTBy default put components in the right.static final FormSpec.DefaultAlignmentRowSpec.TOPBy default put the components in the top.Methods in com.privatejgoodies.forms.layout that return FormSpec.DefaultAlignmentConstructors in com.privatejgoodies.forms.layout with parameters of type FormSpec.DefaultAlignmentModifierConstructorDescriptionColumnSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight) Constructs a ColumnSpec for the given default alignment, size and resize weight.protectedFormSpec(FormSpec.DefaultAlignment defaultAlignment, Size size, double resizeWeight) Constructs aFormSpecfor the given default alignment, size, and resize weight.protectedFormSpec(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.