| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynthConstants
Constants used by Synth. Not all Components support all states. A
 Component will at least be in one of the primary states. That is, the
 return value from SynthContext.getComponentState() will at
 least be one of ENABLED, MOUSE_OVER,
 PRESSED or DISABLED, and may also contain
 FOCUSED, SELECTED or DEFAULT.
| Field Summary | |
|---|---|
| static int | DEFAULTIndicates the region is the default. | 
| static int | DISABLEDPrimary state indicating the region is not enabled. | 
| static int | ENABLEDPrimary state indicating the component is enabled. | 
| static int | FOCUSEDIndicates the region has focus. | 
| static int | MOUSE_OVERPrimary state indicating the mouse is over the region. | 
| static int | PRESSEDPrimary state indicating the region is in a pressed state. | 
| static int | SELECTEDIndicates the region is selected. | 
| Field Detail | 
|---|
static final int ENABLED
static final int MOUSE_OVER
static final int PRESSED
static final int DISABLED
static final int FOCUSED
static final int SELECTED
static final int DEFAULT
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.