de.frag.umlplugin.guilayout
Class BuilderConstants

java.lang.Object
  extended by de.frag.umlplugin.guilayout.BuilderConstants

public class BuilderConstants
extends java.lang.Object

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

LEFT

public static final FlexConstraints LEFT
Constraints for fixed size left aligned components


RIGHT

public static final FlexConstraints RIGHT
Constraints for fixed size right aligned components


TOP

public static final FlexConstraints TOP
Constraints for fixed size top aligned components


BOTTOM

public static final FlexConstraints BOTTOM
Constraints for fixed size bottom aligned components


CENTER

public static final FlexConstraints CENTER
Constraints for fixed size center aligned components


TOP_LEFT

public static final FlexConstraints TOP_LEFT
Constraints for fixed size top left aligned components


TOP_RIGHT

public static final FlexConstraints TOP_RIGHT
Constraints for fixed size top right aligned components


BOTTOM_LEFT

public static final FlexConstraints BOTTOM_LEFT
Constraints for fixed size bottom left aligned components


BOTTOM_RIGHT

public static final FlexConstraints BOTTOM_RIGHT
Constraints for fixed size bottom right aligned components


STRETCH_X

public static final FlexConstraints STRETCH_X
Constraints for vertically centered, horizontally stretched components. This is useful for text fields, combo boxes and similar components.


STRETCH_Y

public static final FlexConstraints STRETCH_Y
Constraints for horizontally centered, vertically stretched components


STRETCH_XY

public static final FlexConstraints STRETCH_XY
Constraints for horizontally and vertically stretched components. This is useful for tables, trees, lists and similar components.


FILL_X

public static final FlexConstraints FILL_X
Constraints for vertically centered, horizontally filled components. This is useful for buttons and similar components.


FILL_Y

public static final FlexConstraints FILL_Y
Constraints for horizontally centered, vertically filled components


FILL_XY

public static final FlexConstraints FILL_XY
Constraints for horizontally and vertically filled components


LABEL

public static final FlexConstraints LABEL
Constraints for right aligned labels with 4-pixel insets left and right


MAX_X

public static final FlexConstraints MAX_X
Constraints for vertically centered, horizontally equal-sized components


MAX_Y

public static final FlexConstraints MAX_Y
Constraints for horizintally centered, vertically equal-sized components


MAX_XY

public static final FlexConstraints MAX_XY
Constraints for horizintally and vertically equal-sized components