org.wings
Interface SConstants

All Known Subinterfaces:
SLayoutManager
All Known Implementing Classes:
SAbstractLayoutManager, SBorderLayout, SBoxLayout, SCardLayout, SFlowDownLayout, SFlowLayout, SGridBagLayout, SGridLayout, SNullLayout, SRootLayout, SScrollPaneLayout, STemplateLayout

public interface SConstants

Contains several constants used at various places in wingS.

Author:
Armin Haaf

Field Summary
static int BASELINE
          Align at font baseline.
static int BLOCK_ALIGN
          Component alignment constant: Block align -- stretch over full width.
static int BOTTOM
          Component alignment constant: Vertically align at bottom.
static int BOTTOM_ALIGN
          Component alignment constant: Vertically align at bottom.
static int CENTER
          Component alignment constant: Center align.
static int CENTER_ALIGN
          Component alignment constant: Center align.
static int HORIZONTAL
           
static int JUSTIFY
          Component alignment constant: Block align -- stretch over full width.
static int LEFT
          Component alignment constant: Align left.
static int LEFT_ALIGN
          Component alignment constant: Align left.
static int NO_ALIGN
          Component alignment constant: Do not explicitly align.
static int RIGHT
          Component alignment constant: Align right.
static int RIGHT_ALIGN
          Component alignment constant: Align right.
static int TOP
          Component alignment constant: Vertically align at top.
static int TOP_ALIGN
          Component alignment constant: Vertically align at top.
static char UID_DIVIDER
          Character to separate epoch id from component id in lowlevel event requests.
static int VERTICAL
           
 

Field Detail

UID_DIVIDER

static final char UID_DIVIDER
Character to separate epoch id from component id in lowlevel event requests.

See Also:
Constant Field Values

NO_ALIGN

static final int NO_ALIGN
Component alignment constant: Do not explicitly align.

See Also:
Constant Field Values

LEFT_ALIGN

static final int LEFT_ALIGN
Component alignment constant: Align left.

See Also:
Constant Field Values

LEFT

static final int LEFT
Component alignment constant: Align left.

See Also:
Constant Field Values

RIGHT_ALIGN

static final int RIGHT_ALIGN
Component alignment constant: Align right.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Component alignment constant: Align right.

See Also:
Constant Field Values

CENTER_ALIGN

static final int CENTER_ALIGN
Component alignment constant: Center align.

See Also:
Constant Field Values

CENTER

static final int CENTER
Component alignment constant: Center align.

See Also:
Constant Field Values

BLOCK_ALIGN

static final int BLOCK_ALIGN
Component alignment constant: Block align -- stretch over full width.

See Also:
Constant Field Values

TOP_ALIGN

static final int TOP_ALIGN
Component alignment constant: Vertically align at top.

See Also:
Constant Field Values

TOP

static final int TOP
Component alignment constant: Vertically align at top.

See Also:
Constant Field Values

BOTTOM_ALIGN

static final int BOTTOM_ALIGN
Component alignment constant: Vertically align at bottom.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
Component alignment constant: Vertically align at bottom.

See Also:
Constant Field Values

JUSTIFY

static final int JUSTIFY
Component alignment constant: Block align -- stretch over full width.

See Also:
Constant Field Values

BASELINE

static final int BASELINE
Align at font baseline. (Images).

See Also:
Constant Field Values

VERTICAL

static final int VERTICAL
See Also:
Constant Field Values

HORIZONTAL

static final int HORIZONTAL
See Also:
Constant Field Values


wingS Swings ;-)