public static enum SubstanceIconFactory.IconKind extends java.lang.Enum<SubstanceIconFactory.IconKind>
Enum Constant and Description |
---|
CLOSE
Icon of a close button.
|
MAXIMIZE
Icon of a maximize button.
|
MINIMIZE
Icon of a minimize button.
|
RESTORE
Icon of a restore button.
|
Modifier and Type | Method and Description |
---|---|
static SubstanceIconFactory.IconKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubstanceIconFactory.IconKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceIconFactory.IconKind CLOSE
public static final SubstanceIconFactory.IconKind MINIMIZE
public static final SubstanceIconFactory.IconKind MAXIMIZE
public static final SubstanceIconFactory.IconKind RESTORE
public static SubstanceIconFactory.IconKind[] values()
for (SubstanceIconFactory.IconKind c : SubstanceIconFactory.IconKind.values()) System.out.println(c);
public static SubstanceIconFactory.IconKind 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 null