| 
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 | 
DEFAULT
Indicates the region is the default.  | 
static int | 
DISABLED
Primary state indicating the region is not enabled.  | 
static int | 
ENABLED
Primary state indicating the component is enabled.  | 
static int | 
FOCUSED
Indicates the region has focus.  | 
static int | 
MOUSE_OVER
Primary state indicating the mouse is over the region.  | 
static int | 
PRESSED
Primary state indicating the region is in a pressed state.  | 
static int | 
SELECTED
Indicates 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 © 1993, 2010, Oracle and/or its affiliates. All rights reserved.