public interface SynthConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final int ENABLED
static final int DISABLED
static final int MOUSE_OVER
static final int PRESSED
static final int FOCUSED
static final int SELECTED
static final int DEFAULT