Package Summary  Overview Summary

class:SwingConstants [NONE]

field:CENTER [NONE]

  • CENTER

    static final int CENTER
    The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).
    See Also:
    Constant Field Values

field:TOP [NONE]

  • TOP

    static final int TOP
    Box-orientation constant used to specify the top of a box.
    See Also:
    Constant Field Values

field:LEFT [NONE]

  • LEFT

    static final int LEFT
    Box-orientation constant used to specify the left side of a box.
    See Also:
    Constant Field Values

field:BOTTOM [NONE]

  • BOTTOM

    static final int BOTTOM
    Box-orientation constant used to specify the bottom of a box.
    See Also:
    Constant Field Values

field:RIGHT [NONE]

  • RIGHT

    static final int RIGHT
    Box-orientation constant used to specify the right side of a box.
    See Also:
    Constant Field Values

field:NORTH [NONE]

field:NORTH_EAST [NONE]

  • NORTH_EAST

    static final int NORTH_EAST
    Compass-direction north-east (upper right).
    See Also:
    Constant Field Values

field:EAST [NONE]

field:SOUTH_EAST [NONE]

  • SOUTH_EAST

    static final int SOUTH_EAST
    Compass-direction south-east (lower right).
    See Also:
    Constant Field Values

field:SOUTH [NONE]

field:SOUTH_WEST [NONE]

  • SOUTH_WEST

    static final int SOUTH_WEST
    Compass-direction south-west (lower left).
    See Also:
    Constant Field Values

field:WEST [NONE]

field:NORTH_WEST [NONE]

  • NORTH_WEST

    static final int NORTH_WEST
    Compass-direction north west (upper left).
    See Also:
    Constant Field Values

field:HORIZONTAL [NONE]

  • HORIZONTAL

    static final int HORIZONTAL
    Horizontal orientation. Used for scrollbars and sliders.
    See Also:
    Constant Field Values

field:VERTICAL [NONE]

  • VERTICAL

    static final int VERTICAL
    Vertical orientation. Used for scrollbars and sliders.
    See Also:
    Constant Field Values

field:LEADING [NONE]

  • LEADING

    static final int LEADING
    Identifies the leading edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.
    See Also:
    Constant Field Values

field:TRAILING [NONE]

  • TRAILING

    static final int TRAILING
    Identifies the trailing edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.
    See Also:
    Constant Field Values

field:NEXT [NONE]

  • NEXT

    static final int NEXT
    Identifies the next direction in a sequence.
    Since:
    1.4
    See Also:
    Constant Field Values

field:PREVIOUS [NONE]

  • PREVIOUS

    static final int PREVIOUS
    Identifies the previous direction in a sequence.
    Since:
    1.4
    See Also:
    Constant Field Values

© 2019 Oracle Corporation and/or its affiliates