@Deprecated public static enum EditorSaveListener.EditorSaveStatus extends Enum<EditorSaveListener.EditorSaveStatus>
| Enum Constant and Description |
|---|
CANCELED
Deprecated.
|
SAVE_ERROR
Deprecated.
|
SAVE_SUCCESS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static EditorSaveListener.EditorSaveStatus |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EditorSaveListener.EditorSaveStatus[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorSaveListener.EditorSaveStatus CANCELED
public static final EditorSaveListener.EditorSaveStatus SAVE_SUCCESS
public static final EditorSaveListener.EditorSaveStatus SAVE_ERROR
public static EditorSaveListener.EditorSaveStatus[] values()
for (EditorSaveListener.EditorSaveStatus c : EditorSaveListener.EditorSaveStatus.values()) System.out.println(c);
public static EditorSaveListener.EditorSaveStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2026 cismet GmbH. All rights reserved.