|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynthConstants
A couple of constants used by the Synth Look and Feel.
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 |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |