ewe.ui
Interface CellConstants

All Known Subinterfaces:
UIConstants
All Known Implementing Classes:
CellEntry, Control, Graphics, Gui, Panel, TableCellAttributes, TableModel

public interface CellConstants


Field Summary
static int BORDER
          Deprecated.  
static int BOTTOM
           
static int CELLFLAG
           
static int CELLMASK
           
static int CENTER
           
static int CONTROLMASK
           
static int DONTCHANGE
           
static int DONTFILL
           
static int DONTSTRETCH
           
static int EAST
           
static int FILL
           
static int FIXEDSIZE
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int GROW
           
static int HCENTER
           
static int HCONTRACT
           
static int HEXPAND
           
static int HFILL
           
static int HGROW
           
static int HSHRINK
           
static int HSTRETCH
           
static int INITIALLY_CLOSED
           
static int INITIALLY_MINIMIZED
           
static int INITIALLY_PREFERRED_SIZE
           
static int INSETS
          A Tag type for use in Control.setTag() - use a ewe.fx.Insets object as the "value" object.
static int LEFT
           
static int MAXIMUMSIZE
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int MINIMUMSIZE
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int NORTH
           
static int NORTHEAST
           
static int NORTHWEST
           
static int PREFERREDSIZE
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int RECT
          A Tag type for use in Control.setTag(), used to set the absolute location of a Control within a Panel - use a ewe.fx.Rect object as the "value" object.
static int RIGHT
           
static int SHRINK
           
static int SOUTH
           
static int SOUTHEAST
           
static int SOUTHWEST
           
static int SPAN
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int STRETCH
           
static int TEXTSIZE
          A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.
static int TOP
           
static int VCENTER
           
static int VCONTRACT
           
static int VEXPAND
           
static int VFILL
           
static int VGROW
           
static int VSHRINK
           
static int VSTRETCH
           
static int WEST
           
 

Field Detail

CELLFLAG

public static final int CELLFLAG
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

HEXPAND

public static final int HEXPAND
See Also:
Constant Field Values

HCONTRACT

public static final int HCONTRACT
See Also:
Constant Field Values

VEXPAND

public static final int VEXPAND
See Also:
Constant Field Values

VCONTRACT

public static final int VCONTRACT
See Also:
Constant Field Values

HGROW

public static final int HGROW
See Also:
Constant Field Values

HSHRINK

public static final int HSHRINK
See Also:
Constant Field Values

VGROW

public static final int VGROW
See Also:
Constant Field Values

VSHRINK

public static final int VSHRINK
See Also:
Constant Field Values

CELLMASK

public static final int CELLMASK
See Also:
Constant Field Values

CONTROLMASK

public static final int CONTROLMASK
See Also:
Constant Field Values

DONTCHANGE

public static final int DONTCHANGE
See Also:
Constant Field Values

INITIALLY_CLOSED

public static final int INITIALLY_CLOSED
See Also:
Constant Field Values

INITIALLY_MINIMIZED

public static final int INITIALLY_MINIMIZED
See Also:
Constant Field Values

INITIALLY_PREFERRED_SIZE

public static final int INITIALLY_PREFERRED_SIZE
See Also:
Constant Field Values

HSTRETCH

public static final int HSTRETCH
See Also:
Constant Field Values

VSTRETCH

public static final int VSTRETCH
See Also:
Constant Field Values

GROW

public static final int GROW
See Also:
Constant Field Values

SHRINK

public static final int SHRINK
See Also:
Constant Field Values

STRETCH

public static final int STRETCH
See Also:
Constant Field Values

HFILL

public static final int HFILL
See Also:
Constant Field Values

VFILL

public static final int VFILL
See Also:
Constant Field Values

FILL

public static final int FILL
See Also:
Constant Field Values

DONTSTRETCH

public static final int DONTSTRETCH
See Also:
Constant Field Values

DONTFILL

public static final int DONTFILL
See Also:
Constant Field Values

HCENTER

public static final int HCENTER
See Also:
Constant Field Values

VCENTER

public static final int VCENTER
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values

NORTH

public static final int NORTH
See Also:
Constant Field Values

NORTHWEST

public static final int NORTHWEST
See Also:
Constant Field Values

NORTHEAST

public static final int NORTHEAST
See Also:
Constant Field Values

SOUTH

public static final int SOUTH
See Also:
Constant Field Values

SOUTHWEST

public static final int SOUTHWEST
See Also:
Constant Field Values

SOUTHEAST

public static final int SOUTHEAST
See Also:
Constant Field Values

WEST

public static final int WEST
See Also:
Constant Field Values

EAST

public static final int EAST
See Also:
Constant Field Values

PREFERREDSIZE

public static final int PREFERREDSIZE
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

MINIMUMSIZE

public static final int MINIMUMSIZE
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

MAXIMUMSIZE

public static final int MAXIMUMSIZE
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

INSETS

public static final int INSETS
A Tag type for use in Control.setTag() - use a ewe.fx.Insets object as the "value" object.

See Also:
Constant Field Values

BORDER

public static final int BORDER
Deprecated.  

See Also:
Constant Field Values

SPAN

public static final int SPAN
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

FIXEDSIZE

public static final int FIXEDSIZE
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

TEXTSIZE

public static final int TEXTSIZE
A Tag type for use in Control.setTag() - use a ewe.fx.Dimension object as the "value" object.

See Also:
Constant Field Values

RECT

public static final int RECT
A Tag type for use in Control.setTag(), used to set the absolute location of a Control within a Panel - use a ewe.fx.Rect object as the "value" object.

See Also:
Constant Field Values