com.jaxfront.core.ui
Interface LayoutConstants

All Known Implementing Classes:
FormlayoutDefaults

public interface LayoutConstants

Author:
Abdullah Toprak To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

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 int COMPONENT_CELL_MOVING
           
static int COMPONENT_ENTERED
           
static int COMPONENT_NO_CURSOR
           
static int COMPONENT_SIZE_HEIGHT
           
static int COMPONENT_SIZE_TO_LEFT_DOWN
           
static int COMPONENT_SIZE_TO_RHIGHT_DOWN
           
static int COMPONENT_SIZE_WIDTH
           
static java.lang.String CONSTRAINT_BOTTOM
           
static java.lang.String CONSTRAINT_CENTER
           
static java.lang.String CONSTRAINT_FILL
           
static java.lang.String CONSTRAINT_LEFT
           
static java.lang.String CONSTRAINT_PREF
           
static java.lang.String CONSTRAINT_RIGHT
           
static java.lang.String CONSTRAINT_TOP
           
static java.lang.String DEFAULT_GRID_DIMENSION
           
static java.lang.String DEFAULT_SIZE_1_1
           
static java.lang.String DEFAULT_SIZE_2_2
           
static java.lang.String DEFAULT_SIZE_2_5
           
static java.lang.String DEFAULT_SIZE_3_3
           
static java.lang.String DEFAULT_SIZE_4_4
           
static java.lang.String DEFAULT_SIZE_LIST_LAYOUT
           
static java.lang.String EMPTY_STRING
           
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 java.lang.String JGOODIES_BOTTOM
          Put the component in the bottom.
static java.lang.String JGOODIES_CENTER
          Put the component in the center.
static java.lang.String JGOODIES_DEFAULT
          Use the column's or row's default alignment.
static java.lang.String JGOODIES_FILL
          Fill the cell either horizontally or vertically.
static java.lang.String JGOODIES_LEFT
          Put the component in the left.
static java.lang.String JGOODIES_RIGHT
          Put the component in the right.
static java.lang.String JGOODIES_TOP
          Put the component in the top.
static java.lang.String KOMMA_STRING
           
static int LEFT
          Indicates that the component is left justified in its cell
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 int POSITION_NONE
           
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

JGOODIES_DEFAULT

static final java.lang.String JGOODIES_DEFAULT
Use the column's or row's default alignment.

See Also:
Constant Field Values

JGOODIES_FILL

static final java.lang.String JGOODIES_FILL
Fill the cell either horizontally or vertically.

See Also:
Constant Field Values

JGOODIES_LEFT

static final java.lang.String JGOODIES_LEFT
Put the component in the left.

See Also:
Constant Field Values

JGOODIES_RIGHT

static final java.lang.String JGOODIES_RIGHT
Put the component in the right.

See Also:
Constant Field Values

JGOODIES_CENTER

static final java.lang.String JGOODIES_CENTER
Put the component in the center.

See Also:
Constant Field Values

JGOODIES_TOP

static final java.lang.String JGOODIES_TOP
Put the component in the top.

See Also:
Constant Field Values

JGOODIES_BOTTOM

static final java.lang.String JGOODIES_BOTTOM
Put the component in the bottom.

See Also:
Constant Field Values

DEFAULT_SIZE_1_1

static final java.lang.String DEFAULT_SIZE_1_1
See Also:
Constant Field Values

DEFAULT_SIZE_2_2

static final java.lang.String DEFAULT_SIZE_2_2
See Also:
Constant Field Values

DEFAULT_SIZE_3_3

static final java.lang.String DEFAULT_SIZE_3_3
See Also:
Constant Field Values

DEFAULT_SIZE_4_4

static final java.lang.String DEFAULT_SIZE_4_4
See Also:
Constant Field Values

DEFAULT_SIZE_2_5

static final java.lang.String DEFAULT_SIZE_2_5
See Also:
Constant Field Values

DEFAULT_SIZE_LIST_LAYOUT

static final java.lang.String DEFAULT_SIZE_LIST_LAYOUT
See Also:
Constant Field Values

DEFAULT_GRID_DIMENSION

static final java.lang.String DEFAULT_GRID_DIMENSION
See Also:
Constant Field Values

CONSTRAINT_PREF

static final java.lang.String CONSTRAINT_PREF
See Also:
Constant Field Values

CONSTRAINT_FILL

static final java.lang.String CONSTRAINT_FILL
See Also:
Constant Field Values

CONSTRAINT_LEFT

static final java.lang.String CONSTRAINT_LEFT
See Also:
Constant Field Values

CONSTRAINT_RIGHT

static final java.lang.String CONSTRAINT_RIGHT
See Also:
Constant Field Values

CONSTRAINT_CENTER

static final java.lang.String CONSTRAINT_CENTER
See Also:
Constant Field Values

CONSTRAINT_BOTTOM

static final java.lang.String CONSTRAINT_BOTTOM
See Also:
Constant Field Values

CONSTRAINT_TOP

static final java.lang.String CONSTRAINT_TOP
See Also:
Constant Field Values

EMPTY_STRING

static final java.lang.String EMPTY_STRING
See Also:
Constant Field Values

KOMMA_STRING

static final java.lang.String KOMMA_STRING
See Also:
Constant Field Values

COMPONENT_NO_CURSOR

static final int COMPONENT_NO_CURSOR
See Also:
Constant Field Values

COMPONENT_ENTERED

static final int COMPONENT_ENTERED
See Also:
Constant Field Values

COMPONENT_SIZE_WIDTH

static final int COMPONENT_SIZE_WIDTH
See Also:
Constant Field Values

COMPONENT_SIZE_HEIGHT

static final int COMPONENT_SIZE_HEIGHT
See Also:
Constant Field Values

COMPONENT_SIZE_TO_LEFT_DOWN

static final int COMPONENT_SIZE_TO_LEFT_DOWN
See Also:
Constant Field Values

COMPONENT_SIZE_TO_RHIGHT_DOWN

static final int COMPONENT_SIZE_TO_RHIGHT_DOWN
See Also:
Constant Field Values

COMPONENT_CELL_MOVING

static final int COMPONENT_CELL_MOVING
See Also:
Constant Field Values

POSITION_NONE

static final int POSITION_NONE
See Also:
Constant Field Values

LEFT

static final int LEFT
Indicates that the component is left justified in its cell

See Also:
Constant Field Values

TOP

static final int TOP
Indicates that the component is top justified in its cell

See Also:
Constant Field Values

CENTER

static final int CENTER
Indicates that the component is centered in its cell

See Also:
Constant Field Values

FULL

static final int FULL
Indicates that the component is full justified in its cell

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
Indicates that the component is bottom justified in its cell

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Indicates that the component is right justified in its cell

See Also:
Constant Field Values

FILL

static final double FILL
Indicates that the row/column should fill the available space

See Also:
Constant Field Values

PREFERRED

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

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