Package Summary  Overview Summary

class:SynthConstants [NONE]

field:ENABLED [NONE]

  • ENABLED

    static final int ENABLED
    Primary state indicating the component is enabled.
    See Also:
    Constant Field Values

field:MOUSE_OVER [NONE]

  • MOUSE_OVER

    static final int MOUSE_OVER
    Primary state indicating the mouse is over the region.
    See Also:
    Constant Field Values

field:PRESSED [NONE]

  • PRESSED

    static final int PRESSED
    Primary state indicating the region is in a pressed state. Pressed does not necessarily mean the user has pressed the mouse button.
    See Also:
    Constant Field Values

field:DISABLED [NONE]

  • DISABLED

    static final int DISABLED
    Primary state indicating the region is not enabled.
    See Also:
    Constant Field Values

field:FOCUSED [NONE]

field:SELECTED [NONE]

field:DEFAULT [NONE]

  • DEFAULT

    static final int DEFAULT
    Indicates the region is the default. This is typically used for buttons to indicate this button is somehow special.
    See Also:
    Constant Field Values

© 2018 Oracle Corporation and/or its affiliates