Interface TableLayoutConstants
- All Known Implementing Classes:
- TableLayout,- TableLayoutConstraints
public interface TableLayoutConstants
TableLayoutConstants define the constants used by all the TableLayout classes.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intIndicates that the component is bottom justified in its cellstatic final intIndicates that the component is centered in its cellstatic final doubleIndicates that the row/column should fill the available spacestatic final intIndicates that the component is full justified in its cellstatic final intIndicates that the component is leading justified in its cell.static final intIndicates that the component is left justified in its cellstatic final doubleIndicates 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 final doubleIndicates 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 final intIndicates that the component is right justified in its cellstatic final intIndicates that the component is top justified in its cellstatic final intIndicates that the component is trailing justified in its cell.
- 
Field Details- 
LEFTstatic final int LEFTIndicates that the component is left justified in its cell- See Also:
 
- 
TOPstatic final int TOPIndicates that the component is top justified in its cell- See Also:
 
- 
CENTERstatic final int CENTERIndicates that the component is centered in its cell- See Also:
 
- 
FULLstatic final int FULLIndicates that the component is full justified in its cell- See Also:
 
- 
BOTTOMstatic final int BOTTOMIndicates that the component is bottom justified in its cell- See Also:
 
- 
RIGHTstatic final int RIGHTIndicates that the component is right justified in its cell- See Also:
 
- 
LEADINGstatic final int LEADINGIndicates that the component is leading justified in its cell. Leading justification means components are left justified if their container is left-oriented and right justified if their container is right-oriented. Trailing justification is opposite. see java.awt.Component#getComponentOrientation- See Also:
 
- 
TRAILINGstatic final int TRAILINGIndicates that the component is trailing justified in its cell. Trailing justification means components are right justified if their container is left-oriented and left justified if their container is right-oriented. Leading justification is opposite. see java.awt.Component#getComponentOrientation- See Also:
 
- 
FILLstatic final double FILLIndicates that the row/column should fill the available space- See Also:
 
- 
PREFERREDstatic final 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.- See Also:
 
- 
MINIMUMstatic final 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.- See Also:
 
 
-