public interface CellConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALWAYS_STRETCHABLE |
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 |
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_HIDDEN |
static int |
INITIALLY_MINIMIZED |
static int |
INITIALLY_PREFERRED_SIZE |
static int |
INSETS
Deprecated.
use TAG_INSETS instead.
|
static int |
LEFT |
static int |
MAXIMUMSIZE
Deprecated.
use TAG_MAXIMUMSIZE instead
|
static int |
MINIMUMSIZE
Deprecated.
use TAG_MINIMUMSIZE instead
|
static int |
NORTH |
static int |
NORTHEAST |
static int |
NORTHWEST |
static int |
PREFERREDSIZE
Deprecated.
use TAG_PREFERREDSIZE instead
|
static int |
RECT
Deprecated.
use TAG_RECT instead
|
static int |
RIGHT |
static int |
SHRINK |
static int |
SOUTH |
static int |
SOUTHEAST |
static int |
SOUTHWEST |
static int |
SPAN
Deprecated.
use TAG_BORDER instead
|
static int |
STRETCH |
static int |
TAG_BACKGROUND_IMAGE
A Tag type for use in Control.setTag(), used to set a background image - use a eve.fx.BackgroundImage object as the "value" object.
|
static int |
TAG_BUSY_DISPLAY |
static int |
TAG_COLORS
A Tag for a ControlColors class.
|
static int |
TAG_CONTROL_PAINTER
A Tag for a ControlPainter that will be used to paint the control.
|
static int |
TAG_EXPOSE_GROUP |
static int |
TAG_FIXEDSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_GRAY_BACKGROUND
This should be an eve.fx.Inset object.
|
static int |
TAG_HIDE_CONTROL_OBJECT |
static int |
TAG_HIDE_PARENT
A Tag type for use in Control.setTag(),
used to specify which parent Container for the Control is used to hide() or
unhide() the Control.
|
static int |
TAG_INNER_TEXT_INSETS
This specifies an internal gap between data (e.g. an image)
and the outer bounds of its container and should be a PointInsets.
|
static int |
TAG_INPUT_STACK_PARENT
This is used by InputStack.
|
static int |
TAG_INSETS
A Tag type for use in Control.setTag() - use a eve.fx.Insets object as the "value" object.
|
static int |
TAG_MAKE_VISIBLE
This associates a MakeVisible object with the Control.
|
static int |
TAG_MAXIMUMSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_MINIMUMSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_PAINT_CONTROL_LIST |
static int |
TAG_PREFERRED_TEXT_SIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_PREFERRED_TEXT_SIZE_HEIGHT
This is the preferred text size in width as a java.lang.Numbr object.
|
static int |
TAG_PREFERRED_TEXT_SIZE_WIDTH
This is the preferred text size in width as a java.lang.Number object.
|
static int |
TAG_PREFERREDSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_RECT
A Tag type for use in Control.setTag(), used to set the absolute location of a Control
within a Panel - use a eve.fx.Rect object as the "value" object.
|
static int |
TAG_SHADOW_INSETS
This should be an eve.fx.Inset object.
|
static int |
TAG_SPAN
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_SWIPER
Used for setting the Swiper for the Control.
|
static int |
TAG_TEMPORARY_ERROR
A Tag indicating there is an error with the control.
|
static int |
TAG_TEXT_INSETS
This specifies insets as ratios of the Font size for the Control
and is specified as a PointInsets
|
static int |
TAG_TEXTSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TEXTSIZE
Deprecated.
use TAG_TEXTSIZE instead
|
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 |
static final int CELLFLAG
static final int LEFT
static final int RIGHT
static final int TOP
static final int BOTTOM
static final int HEXPAND
static final int HCONTRACT
static final int VEXPAND
static final int VCONTRACT
static final int HGROW
static final int HSHRINK
static final int VGROW
static final int VSHRINK
static final int CELLMASK
static final int CONTROLMASK
static final int DONTCHANGE
static final int INITIALLY_CLOSED
static final int INITIALLY_MINIMIZED
static final int INITIALLY_PREFERRED_SIZE
static final int ALWAYS_STRETCHABLE
static final int INITIALLY_HIDDEN
static final int HSTRETCH
static final int VSTRETCH
static final int GROW
static final int SHRINK
static final int STRETCH
static final int HFILL
static final int VFILL
static final int FILL
static final int DONTSTRETCH
static final int DONTFILL
static final int HCENTER
static final int VCENTER
static final int CENTER
static final int NORTH
static final int NORTHWEST
static final int NORTHEAST
static final int SOUTH
static final int SOUTHWEST
static final int SOUTHEAST
static final int WEST
static final int EAST
static final int INSETS
static final int TAG_PREFERREDSIZE
static final int TAG_MINIMUMSIZE
static final int TAG_MAXIMUMSIZE
static final int TAG_INSETS
static final int TAG_SPAN
static final int TAG_FIXEDSIZE
static final int TAG_TEXTSIZE
static final int TAG_RECT
static final int TAG_EXPOSE_GROUP
static final int TAG_BACKGROUND_IMAGE
static final int TAG_HIDE_PARENT
static final int TAG_HIDE_CONTROL_OBJECT
static final int TAG_SWIPER
static final int TAG_PREFERRED_TEXT_SIZE
static final int TAG_TEMPORARY_ERROR
static final int TAG_CONTROL_PAINTER
static final int TAG_COLORS
static final int TAG_MAKE_VISIBLE
static final int TAG_PREFERRED_TEXT_SIZE_WIDTH
static final int TAG_PREFERRED_TEXT_SIZE_HEIGHT
static final int TAG_SHADOW_INSETS
static final int TAG_GRAY_BACKGROUND
static final int TAG_INPUT_STACK_PARENT
static final int TAG_PAINT_CONTROL_LIST
static final int TAG_BUSY_DISPLAY
static final int TAG_TEXT_INSETS
static final int TAG_INNER_TEXT_INSETS
static final int PREFERREDSIZE
static final int MINIMUMSIZE
static final int MAXIMUMSIZE
static final int SPAN
static final int TEXTSIZE
static final int RECT