javax.swing.plaf.synth
Interface SynthConstants


public interface SynthConstants

A couple of constants used by the Synth Look and Feel.

Since:
1.5

Field Summary
static int DEFAULT
          Indicates that a region is in its default state.
static int DISABLED
          A primary state indicating that a component is disabled.
static int ENABLED
          A primary state indicating that a component is enabled.
static int FOCUSED
          Indicates that a region has focus.
static int MOUSE_OVER
          A primary state indicating that the mouse is over a region.
static int PRESSED
          A primary state indicating that the component is in a pressed state (which does not necessarily mean that the mouse is pressed over the component).
static int SELECTED
          Indicates that a region is selected.
 

Field Detail

ENABLED

static final int ENABLED
A primary state indicating that a component is enabled.

See Also:
Constant Field Values

DISABLED

static final int DISABLED
A primary state indicating that a component is disabled.

See Also:
Constant Field Values

MOUSE_OVER

static final int MOUSE_OVER
A primary state indicating that the mouse is over a region.

See Also:
Constant Field Values

PRESSED

static final int PRESSED
A primary state indicating that the component is in a pressed state (which does not necessarily mean that the mouse is pressed over the component).

See Also:
Constant Field Values

FOCUSED

static final int FOCUSED
Indicates that a region has focus.

See Also:
Constant Field Values

SELECTED

static final int SELECTED
Indicates that a region is selected.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Indicates that a region is in its default state.

See Also:
Constant Field Values