public enum IconsCommon extends java.lang.Enum<IconsCommon> implements IImageConstant
Enum Constant and Description |
---|
FALLBACK_ERROR |
FALLBACK_INFO
fallback - icons for cases where no default-icons were found
|
FALLBACK_QUESTION |
FALLBACK_WARNING |
Modifier and Type | Method and Description |
---|---|
static IconsCommon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IconsCommon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconsCommon FALLBACK_INFO
public static final IconsCommon FALLBACK_QUESTION
public static final IconsCommon FALLBACK_WARNING
public static final IconsCommon FALLBACK_ERROR
public static IconsCommon[] values()
for (IconsCommon c : IconsCommon.values()) System.out.println(c);
public static IconsCommon 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 nullSiehe auch Jowidgets Nutzerhandbuch