|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.guilayout.FlexConstants
public class FlexConstants
Some useful constants for flex layout GUIs.
Field Summary | |
---|---|
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_BOTTOM
Constant for veetical component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_CENTER
Constant for horizontal or vertical component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_FILL
Constant for horizontal or vertical component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_LEFT
Constant for horizontal component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_MAX
Constant for horizontal or vertical component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_RIGHT
Constant for horizontal component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_STRETCH
Constant for horizontal or vertical component alignment in flex layout. |
static de.frag.umlplugin.guilayout.Alignment |
ALIGN_TOP
Constant for vertical component alignment in flex layout. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_LEFT
ALIGN_LEFT
aligned components will get their preferred
width with empty space to the right of the component to fill up
the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_RIGHT
ALIGN_RIGHT
aligned components will get their preferred
width with empty space to the left of the component to fill up
the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_TOP
ALIGN_TOP
aligned components will get their preferred height
with empty space to the bottom of the component to fill up
the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_BOTTOM
ALIGN_BOTTOM
aligned components will get their preferred
height with empty space to the top of the component to fill up
the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_CENTER
ALIGN_CENTER
aligned components will get their preferred
width or height with empty space to the left and right or top and height
of the component to fill up the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_FILL
ALIGN_FILL
aligned components will get the cell width
or height to fill up the cell space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_STRETCH
ALIGN_STRETCH
aligned components will stretch the cell size
in horizontal or vertical direction and the component itself will fill
the stretched space.
public static final de.frag.umlplugin.guilayout.Alignment ALIGN_MAX
ALIGN_MAX
aligned components will get the maximum
preferred width or height of all ALIGN_MAX
aligned
components of the same container.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |