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. |
public static final int DEFAULT
Indicates that a region is in its default state.
public static final int DISABLED
A primary state indicating that a component is disabled.
public static final int ENABLED
A primary state indicating that a component is enabled.
public static final int FOCUSED
Indicates that a region has focus.
public static final int MOUSE_OVER
A primary state indicating that the mouse is over a region.
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).
public static final int SELECTED
Indicates that a region is selected.