com.objectwave.viewUtility
Class FlexGridColumn

java.lang.Object
  |
  +--com.objectwave.viewUtility.FlexGridColumn
All Implemented Interfaces:
java.lang.Cloneable

public class FlexGridColumn
extends java.lang.Object
implements java.lang.Cloneable

Defines the constraints for a column of components in a FlexGridLayout container.


Field Summary
 int anchor
           
static int AUTO_WIDTH
          The column width will be determined to be the maximum width of all of the column's components' preferredSize.
static int BOTH
           
static int CENTER
          Different anchoring values.
static int EAST
           
 int fill
           
static int HORIZONTAL
           
static int NONE
          Different fill values.
static int NORTH
           
static int NORTHEAST
           
static int NORTHWEST
           
static int SOUTH
           
static int SOUTHEAST
           
static int SOUTHWEST
           
static int VERTICAL
           
 double weight
           
static int WEST
           
 int width
           
 
Constructor Summary
FlexGridColumn()
          FlexGridColumn constructor comment.
 
Method Summary
 FlexGridColumn duplicate()
          A publicized clone method
 java.lang.String toString()
          This method was created in VisualAge.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO_WIDTH

public static final int AUTO_WIDTH
The column width will be determined to be the maximum width of all of the column's components' preferredSize.

See Also:
Constant Field Values

CENTER

public static final int CENTER
Different anchoring values.

See Also:
Constant Field Values

EAST

public static final int EAST
See Also:
Constant Field Values

WEST

public static final int WEST
See Also:
Constant Field Values

NORTH

public static final int NORTH
See Also:
Constant Field Values

SOUTH

public static final int SOUTH
See Also:
Constant Field Values

NORTHEAST

public static final int NORTHEAST
See Also:
Constant Field Values

NORTHWEST

public static final int NORTHWEST
See Also:
Constant Field Values

SOUTHEAST

public static final int SOUTHEAST
See Also:
Constant Field Values

SOUTHWEST

public static final int SOUTHWEST
See Also:
Constant Field Values

NONE

public static final int NONE
Different fill values.

See Also:
Constant Field Values

BOTH

public static final int BOTH
See Also:
Constant Field Values

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values

width

public int width

weight

public double weight

anchor

public int anchor

fill

public int fill
Constructor Detail

FlexGridColumn

public FlexGridColumn()
FlexGridColumn constructor comment.

Method Detail

duplicate

public FlexGridColumn duplicate()
A publicized clone method


toString

public java.lang.String toString()
This method was created in VisualAge.

Overrides:
toString in class java.lang.Object
Returns:
java.lang.String