public enum MacOSDefaultIcons extends java.lang.Enum<MacOSDefaultIcons> implements StyleDefinition
There are different types of Icons available on Mac OS X.
Enum Constant and Description |
---|
LEFT
LEFT indicates an Icon that is an arrow to the left.
|
RIGHT
RIGHT indicates an Icon that is an arrow to the right.
|
SEARCH
SEARCH indicates an Icon that is the Mac OS search icon (magnifying glass).
|
SHARE
SHARE indicates an Icon that is the Mac OS share icon.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyleName()
Constructs a String as name for the StyleClass.
|
static MacOSDefaultIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MacOSDefaultIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacOSDefaultIcons LEFT
public static final MacOSDefaultIcons RIGHT
public static final MacOSDefaultIcons SHARE
public static final MacOSDefaultIcons SEARCH
public static MacOSDefaultIcons[] values()
for (MacOSDefaultIcons c : MacOSDefaultIcons.values()) System.out.println(c);
public static MacOSDefaultIcons 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 java.lang.String getStyleName()
getStyleName
in interface StyleDefinition
Copyright © 2013. All Rights Reserved.