Uses of Class
com.jgoodies.forms.layout.FormSpec.DefaultAlignment
Packages that use FormSpec.DefaultAlignment
Package
Description
Contains the core classes of the JGoodies Forms framework:
layout manager, column and row specifications, sizes and cell constraints.
-
Uses of FormSpec.DefaultAlignment in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as FormSpec.DefaultAlignmentModifier and TypeFieldDescriptionstatic final FormSpec.DefaultAlignmentRowSpec.BOTTOMBy default put the components in the bottom.(package private) static final FormSpec.DefaultAlignmentFormSpec.BOTTOM_ALIGNBy 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.(package private) static final FormSpec.DefaultAlignmentFormSpec.CENTER_ALIGNBy 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.private FormSpec.DefaultAlignmentFormSpec.defaultAlignmentHolds the default alignment that will be used if a cell does not override this default.static final FormSpec.DefaultAlignmentColumnSpec.FILLBy default fill the component into the column.static final FormSpec.DefaultAlignmentRowSpec.FILLBy default fill the component into the row.(package private) static final FormSpec.DefaultAlignmentFormSpec.FILL_ALIGNBy default fill the column or row.static final FormSpec.DefaultAlignmentColumnSpec.LEFTBy default put components in the left.(package private) static final FormSpec.DefaultAlignmentFormSpec.LEFT_ALIGNBy default put components in the left.(package private) static final FormSpec.DefaultAlignmentFormSpec.NO_ALIGNA special alignment intended for table columns only, where some cell renderers are not aligned.static final FormSpec.DefaultAlignmentColumnSpec.NONEA special alignment value for table column alignment specifications.static final FormSpec.DefaultAlignmentColumnSpec.RIGHTBy default put components in the right.(package private) static final FormSpec.DefaultAlignmentFormSpec.RIGHT_ALIGNBy default put components in the right.static final FormSpec.DefaultAlignmentRowSpec.TOPBy default put the components in the top.(package private) static final FormSpec.DefaultAlignmentFormSpec.TOP_ALIGNBy default put the components in the top.private static final FormSpec.DefaultAlignment[]FormSpec.VALUESAn array of all enumeration values used to canonicalize deserialized default alignments.Methods in com.jgoodies.forms.layout that return FormSpec.DefaultAlignmentModifier and TypeMethodDescriptionFormSpec.getDefaultAlignment()Returns the default alignment.private static FormSpec.DefaultAlignmentReturns a DefaultAlignment that corresponds to the specified string, null if no such alignment exists.Methods in com.jgoodies.forms.layout with parameters of type FormSpec.DefaultAlignmentModifier and TypeMethodDescription(package private) voidFormSpec.setDefaultAlignment(FormSpec.DefaultAlignment defaultAlignment) Constructors in com.jgoodies.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.