|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.guilayout.BuilderConstants
public class BuilderConstants
Some useful constants for layout builder or FlexLayout.
Field Summary | |
---|---|
static FlexConstraints |
BOTTOM
Constraints for fixed size bottom aligned components |
static FlexConstraints |
BOTTOM_LEFT
Constraints for fixed size bottom left aligned components |
static FlexConstraints |
BOTTOM_RIGHT
Constraints for fixed size bottom right aligned components |
static FlexConstraints |
CENTER
Constraints for fixed size center aligned components |
static FlexConstraints |
FILL_X
Constraints for vertically centered, horizontally filled components. |
static FlexConstraints |
FILL_XY
Constraints for horizontally and vertically filled components |
static FlexConstraints |
FILL_Y
Constraints for horizontally centered, vertically filled components |
static FlexConstraints |
LABEL
Constraints for right aligned labels with 4-pixel insets left and right |
static FlexConstraints |
LEFT
Constraints for fixed size left aligned components |
static FlexConstraints |
MAX_X
Constraints for vertically centered, horizontally equal-sized components |
static FlexConstraints |
MAX_XY
Constraints for horizintally and vertically equal-sized components |
static FlexConstraints |
MAX_Y
Constraints for horizintally centered, vertically equal-sized components |
static FlexConstraints |
RIGHT
Constraints for fixed size right aligned components |
static FlexConstraints |
STRETCH_X
Constraints for vertically centered, horizontally stretched components. |
static FlexConstraints |
STRETCH_XY
Constraints for horizontally and vertically stretched components. |
static FlexConstraints |
STRETCH_Y
Constraints for horizontally centered, vertically stretched components |
static FlexConstraints |
TOP
Constraints for fixed size top aligned components |
static FlexConstraints |
TOP_LEFT
Constraints for fixed size top left aligned components |
static FlexConstraints |
TOP_RIGHT
Constraints for fixed size top right aligned components |
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 FlexConstraints LEFT
public static final FlexConstraints RIGHT
public static final FlexConstraints TOP
public static final FlexConstraints BOTTOM
public static final FlexConstraints CENTER
public static final FlexConstraints TOP_LEFT
public static final FlexConstraints TOP_RIGHT
public static final FlexConstraints BOTTOM_LEFT
public static final FlexConstraints BOTTOM_RIGHT
public static final FlexConstraints STRETCH_X
public static final FlexConstraints STRETCH_Y
public static final FlexConstraints STRETCH_XY
public static final FlexConstraints FILL_X
public static final FlexConstraints FILL_Y
public static final FlexConstraints FILL_XY
public static final FlexConstraints LABEL
public static final FlexConstraints MAX_X
public static final FlexConstraints MAX_Y
public static final FlexConstraints MAX_XY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |