Package info.clearthought.layout
Interface TableLayoutConstants
- All Known Implementing Classes:
TableLayout,TableLayoutConstraints
public interface TableLayoutConstants
Constants used by TableLayout.
- Author:
- Daniel E. Barbalace
-
Field Summary
Fields Modifier and Type Field Description static intBOTTOMIndicates that the component is bottom justified in its cellstatic intCENTERIndicates that the component is centered in its cellstatic doubleFILLIndicates that the row/column should fill the available spacestatic intFULLIndicates that the component is full justified in its cellstatic intLEFTIndicates that the component is left justified in its cellstatic intMAX_ALIGNMaximum value for an alignmentstatic intMIN_ALIGNMinimum value for an alignmentstatic doubleMINIMUMIndicates that the row/column should be allocated just enough space to accommodate the minimum size of all components contained completely within this row/column.static doublePREFERREDIndicates that the row/column should be allocated just enough space to accommodate the preferred size of all components contained completely within this row/column.static intRIGHTIndicates that the component is right justified in its cellstatic intTOPIndicates that the component is top justified in its cell
-
Field Details
-
LEFT
static final int LEFTIndicates that the component is left justified in its cell- See Also:
- Constant Field Values
-
TOP
static final int TOPIndicates that the component is top justified in its cell- See Also:
- Constant Field Values
-
CENTER
static final int CENTERIndicates that the component is centered in its cell- See Also:
- Constant Field Values
-
FULL
static final int FULLIndicates that the component is full justified in its cell- See Also:
- Constant Field Values
-
BOTTOM
static final int BOTTOMIndicates that the component is bottom justified in its cell- See Also:
- Constant Field Values
-
RIGHT
static final int RIGHTIndicates that the component is right justified in its cell- See Also:
- Constant Field Values
-
FILL
static final double FILLIndicates that the row/column should fill the available space- See Also:
- Constant Field Values
-
PREFERRED
static final double PREFERREDIndicates that the row/column should be allocated just enough space to accommodate the preferred size of all components contained completely within this row/column.- See Also:
- Constant Field Values
-
MINIMUM
static final double MINIMUMIndicates that the row/column should be allocated just enough space to accommodate the minimum size of all components contained completely within this row/column.- See Also:
- Constant Field Values
-
MIN_ALIGN
static final int MIN_ALIGNMinimum value for an alignment- See Also:
- Constant Field Values
-
MAX_ALIGN
static final int MAX_ALIGNMaximum value for an alignment- See Also:
- Constant Field Values
-