| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Field Summary | |
| static int | BOTTOMIndicates that the component is bottom justified in its cell | 
| static int | CENTERIndicates that the component is centered in its cell | 
| static double | FILLIndicates that the row/column should fill the available space | 
| static int | FULLIndicates that the component is full justified in its cell | 
| static int | LEFTIndicates that the component is left justified in its cell | 
| static int | MAX_ALIGNMaximum value for an alignment | 
| static int | MIN_ALIGNMinimum value for an alignment | 
| static double | MINIMUMIndicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column. | 
| static double | PREFERREDIndicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column. | 
| static int | RIGHTIndicates that the component is right justified in its cell | 
| static int | TOPIndicates that the component is top justified in its cell | 
| Field Detail | 
public static final int LEFT
public static final int TOP
public static final int CENTER
public static final int FULL
public static final int BOTTOM
public static final int RIGHT
public static final double FILL
public static final double PREFERRED
public static final double MINIMUM
public static final int MIN_ALIGN
public static final int MAX_ALIGN
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||