public static enum SourceEditor.I18nString extends java.lang.Enum<SourceEditor.I18nString>
Modifier and Type | Method and Description |
---|---|
static SourceEditor.I18nString |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceEditor.I18nString[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceEditor.I18nString AVAILABLE_SOURCES
public static final SourceEditor.I18nString ACTIVE_SOURCES
public static final SourceEditor.I18nString NEW_SOURCE_ENTRY_TOOLTIP
public static final SourceEditor.I18nString NEW_SOURCE_ENTRY
public static final SourceEditor.I18nString REMOVE_SOURCE_TOOLTIP
public static final SourceEditor.I18nString EDIT_SOURCE_TOOLTIP
public static final SourceEditor.I18nString ACTIVATE_TOOLTIP
public static final SourceEditor.I18nString RELOAD_ALL_AVAILABLE
public static final SourceEditor.I18nString LOADING_SOURCES_FROM
public static final SourceEditor.I18nString FAILED_TO_LOAD_SOURCES_FROM
public static final SourceEditor.I18nString FAILED_TO_LOAD_SOURCES_FROM_HELP_TOPIC
public static final SourceEditor.I18nString ILLEGAL_FORMAT_OF_ENTRY
public static SourceEditor.I18nString[] values()
for (SourceEditor.I18nString c : SourceEditor.I18nString.values()) System.out.println(c);
public static SourceEditor.I18nString 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