public enum MediumEditorTheme extends java.lang.Enum<MediumEditorTheme>
| Enum Constant and Description |
|---|
BEAGLE |
BOOTSTRAP |
DEFAULT |
FLAT |
MANI |
ROMAN |
TIM |
| Modifier and Type | Method and Description |
|---|---|
static MediumEditorTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediumEditorTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediumEditorTheme DEFAULT
public static final MediumEditorTheme ROMAN
public static final MediumEditorTheme MANI
public static final MediumEditorTheme FLAT
public static final MediumEditorTheme BOOTSTRAP
public static final MediumEditorTheme TIM
public static final MediumEditorTheme BEAGLE
public static MediumEditorTheme[] values()
for (MediumEditorTheme c : MediumEditorTheme.values()) System.out.println(c);
public static MediumEditorTheme 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