public enum AceEditorTheme extends java.lang.Enum<AceEditorTheme>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static AceEditorTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceEditorTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceEditorTheme AMBIANCE
public static final AceEditorTheme CHAOS
public static final AceEditorTheme CHROME
public static final AceEditorTheme CLOUD9_DAY
public static final AceEditorTheme CLOUD9_NIGHT
public static final AceEditorTheme CLOUD9_NIGHT_LOW_COLOR
public static final AceEditorTheme CLOUDS
public static final AceEditorTheme CLOUDS_MIDNIGHT
public static final AceEditorTheme COBALT
public static final AceEditorTheme CRIMSON_EDITOR
public static final AceEditorTheme DAWN
public static final AceEditorTheme DREAMWEAVER
public static final AceEditorTheme ECLIPSE
public static final AceEditorTheme GITHUB
public static final AceEditorTheme IDLE_FINGERS
public static final AceEditorTheme KATZENMILCH
public static final AceEditorTheme KR_THEME
public static final AceEditorTheme KR
public static final AceEditorTheme KUROIR
public static final AceEditorTheme MERBIVORE
public static final AceEditorTheme MERBIVORE_SOFT
public static final AceEditorTheme MONO_INDUSTRIAL
public static final AceEditorTheme MONOKAI
public static final AceEditorTheme PASTEL_ON_DARK
public static final AceEditorTheme SOLARIZED_DARK
public static final AceEditorTheme SOLARIZED_LIGHT
public static final AceEditorTheme TERMINAL
public static final AceEditorTheme TEXTMATE
public static final AceEditorTheme TOMORROW_NIGHT_BLUE
public static final AceEditorTheme TOMORROW_NIGHT_BRIGHT
public static final AceEditorTheme TOMORROW_NIGHT_EIGHTIES
public static final AceEditorTheme TOMORROW_NIGHT
public static final AceEditorTheme TOMORROW
public static final AceEditorTheme TWILIGHT
public static final AceEditorTheme VIBRANT_INK
public static final AceEditorTheme XCODE
public static AceEditorTheme[] values()
for (AceEditorTheme c : AceEditorTheme.values()) System.out.println(c);
public static AceEditorTheme 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 getName()