|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SVGButtonBase.SVGFaceName>
org.vectomatic.dom.svg.ui.SVGButtonBase.SVGFaceName
public static enum SVGButtonBase.SVGFaceName
Enum to represent the possible states of an SVG button
Enum Constant Summary | |
---|---|
DOWN
face shown when button is down |
|
DOWN_DISABLED
face shown when button is down and disabled |
|
DOWN_HOVERING
face shown when the cursor is hovering over a down enabled button |
|
UP
face shown when button is up |
|
UP_DISABLED
face shown when button is up and disabled |
|
UP_HOVERING
face shown when the cursor is hovering over an up enabled button |
Method Summary | |
---|---|
static SVGButtonBase.SVGFaceName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SVGButtonBase.SVGFaceName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SVGButtonBase.SVGFaceName UP
public static final SVGButtonBase.SVGFaceName UP_DISABLED
public static final SVGButtonBase.SVGFaceName UP_HOVERING
public static final SVGButtonBase.SVGFaceName DOWN
public static final SVGButtonBase.SVGFaceName DOWN_DISABLED
public static final SVGButtonBase.SVGFaceName DOWN_HOVERING
Method Detail |
---|
public static SVGButtonBase.SVGFaceName[] values()
for (SVGButtonBase.SVGFaceName c : SVGButtonBase.SVGFaceName.values()) System.out.println(c);
public static SVGButtonBase.SVGFaceName valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |