| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormSpec.DefaultAlignment | |
|---|---|
| com.jgoodies.forms.layout | 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.DefaultAlignment | |
|---|---|
| static FormSpec.DefaultAlignment | RowSpec.BOTTOMBy default put the components in the bottom. | 
| static FormSpec.DefaultAlignment | RowSpec.CENTERBy default put the components in the center. | 
| static FormSpec.DefaultAlignment | ColumnSpec.CENTERBy default put the components in the center. | 
| static FormSpec.DefaultAlignment | RowSpec.DEFAULTUnless overridden the default alignment for a row is CENTER. | 
| static FormSpec.DefaultAlignment | ColumnSpec.DEFAULTUnless overridden the default alignment for a column is FILL. | 
| static FormSpec.DefaultAlignment | RowSpec.FILLBy default fill the component into the row. | 
| static FormSpec.DefaultAlignment | ColumnSpec.FILLBy default fill the component into the column. | 
| static FormSpec.DefaultAlignment | ColumnSpec.LEFTBy default put components in the left. | 
| static FormSpec.DefaultAlignment | ColumnSpec.RIGHTBy default put components in the right. | 
| static FormSpec.DefaultAlignment | RowSpec.TOPBy default put the components in the top. | 
| Methods in com.jgoodies.forms.layout that return FormSpec.DefaultAlignment | |
|---|---|
|  FormSpec.DefaultAlignment | FormSpec.getDefaultAlignment()Returns the default alignment. | 
| Constructors in com.jgoodies.forms.layout with parameters of type FormSpec.DefaultAlignment | |
|---|---|
| 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 FormSpecfor 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. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||