|
|||||||||
| Home >> All >> org >> cantaloop >> tools >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.cantaloop.tools.layout
Interface TableLayoutConstants

- All Known Implementing Classes:
- TableLayout, TableLayoutConstraints
- public interface TableLayoutConstants
| Field Summary | |
static int |
BOTTOM
Indicates that the component is bottom justified in its cell |
static int |
CENTER
Indicates that the component is centered in its cell |
static double |
FILL
Indicates that the row/column should fill the available space |
static int |
FULL
Indicates that the component is full justified in its cell |
static int |
LEFT
Indicates that the component is left justified in its cell |
static int |
MAX_ALIGN
Maximum value for an alignment |
static int |
MIN_ALIGN
Minimum value for an alignment |
static double |
MINIMUM
Indicates 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 |
PREFERRED
Indicates 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 |
RIGHT
Indicates that the component is right justified in its cell |
static int |
TOP
Indicates that the component is top justified in its cell |
| Field Detail |
LEFT
public static final int LEFT
- Indicates that the component is left justified in its cell
- See Also:
- Constant Field Values
TOP
public static final int TOP
- Indicates that the component is top justified in its cell
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- Indicates that the component is centered in its cell
- See Also:
- Constant Field Values
FULL
public static final int FULL
- Indicates that the component is full justified in its cell
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- Indicates that the component is bottom justified in its cell
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- Indicates that the component is right justified in its cell
- See Also:
- Constant Field Values
FILL
public static final double FILL
- Indicates that the row/column should fill the available space
- See Also:
- Constant Field Values
PREFERRED
public static final double PREFERRED
- Indicates 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:
- Constant Field Values
MINIMUM
public static final double MINIMUM
- Indicates 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:
- Constant Field Values
MIN_ALIGN
public static final int MIN_ALIGN
- Minimum value for an alignment
- See Also:
- Constant Field Values
MAX_ALIGN
public static final int MAX_ALIGN
- Maximum value for an alignment
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> cantaloop >> tools >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC