Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

layout::TableLayoutConstants Interface Reference

Inheritance diagram for layout::TableLayoutConstants:

Inheritance graph
[legend]
List of all members.

Static Public Attributes

final int LEFT = 0
final int TOP = 0
final int CENTER = 1
final int FULL = 2
final int BOTTOM = 3
final int RIGHT = 3
final double FILL = -1.0
final double PREFERRED = -2.0
final double MINIMUM = -3.0
final int MIN_ALIGN = 0
final int MAX_ALIGN = 3

Detailed Description

Constants used by TableLayout.

Author:
Daniel E. Barbalace


Member Data Documentation

final int layout::TableLayoutConstants::BOTTOM = 3 [static]
 

Indicates that the component is bottom justified in its cell

final int layout::TableLayoutConstants::CENTER = 1 [static]
 

Indicates that the component is centered in its cell

final double layout::TableLayoutConstants::FILL = -1.0 [static]
 

Indicates that the row/column should fill the available space

final int layout::TableLayoutConstants::FULL = 2 [static]
 

Indicates that the component is full justified in its cell

final int layout::TableLayoutConstants::LEFT = 0 [static]
 

Indicates that the component is left justified in its cell

final int layout::TableLayoutConstants::MAX_ALIGN = 3 [static]
 

Maximum value for an alignment

final int layout::TableLayoutConstants::MIN_ALIGN = 0 [static]
 

Minimum value for an alignment

final double layout::TableLayoutConstants::MINIMUM = -3.0 [static]
 

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.

final double layout::TableLayoutConstants::PREFERRED = -2.0 [static]
 

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.

final int layout::TableLayoutConstants::RIGHT = 3 [static]
 

Indicates that the component is right justified in its cell

final int layout::TableLayoutConstants::TOP = 0 [static]
 

Indicates that the component is top justified in its cell


The documentation for this interface was generated from the following file:
Generated on Wed Jan 19 17:03:05 2005 by  doxygen 1.3.9.1