Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 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
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 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.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.