public static enum OSXAquaPainter.State extends java.lang.Enum<OSXAquaPainter.State>
| Enum Constant and Description |
|---|
active |
disabled |
drag |
inactive |
pressed |
pulsed |
rollover |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static OSXAquaPainter.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSXAquaPainter.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSXAquaPainter.State active
public static final OSXAquaPainter.State inactive
public static final OSXAquaPainter.State disabled
public static final OSXAquaPainter.State pressed
public static final OSXAquaPainter.State pulsed
public static final OSXAquaPainter.State rollover
public static final OSXAquaPainter.State drag
public static OSXAquaPainter.State[] values()
for (OSXAquaPainter.State c : OSXAquaPainter.State.values()) System.out.println(c);
public static OSXAquaPainter.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getId()