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