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 intDEFAULT
Indicates that a region is in its default state.
static intDISABLED
A primary state indicating that a component is disabled.
static intENABLED
A primary state indicating that a component is enabled.
static intFOCUSED
Indicates that a region has focus.
static intMOUSE_OVER
A primary state indicating that the mouse is over a region.
static intPRESSED
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 intSELECTED
Indicates that a region is selected.

Field Detail

DEFAULT

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

DISABLED

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

ENABLED

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

FOCUSED

public static final int FOCUSED
Indicates that a region has focus.

MOUSE_OVER

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

PRESSED

public 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).

SELECTED

public static final int SELECTED
Indicates that a region is selected.