org.arakhne.neteditor.android.activity
protected static enum AbstractEditorActivity.DifferedActionType extends Enum<AbstractEditorActivity.DifferedActionType>
AbstractEditorActivity.runDifferedActionAfterSaving(DifferedActionType).| Enum Constant and Description |
|---|
EXIT
The application will exit.
|
LOAD_DOCUMENT
A document must be loaded from the file system.
|
NEW_DOCUMENT
A new document must be created.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractEditorActivity.DifferedActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEditorActivity.DifferedActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEditorActivity.DifferedActionType EXIT
AbstractEditorActivity.killApplication() will be invoked.public static final AbstractEditorActivity.DifferedActionType NEW_DOCUMENT
AbstractEditorActivity.runNewDocumentAction(boolean) will be invoked
with false as parameter.public static final AbstractEditorActivity.DifferedActionType LOAD_DOCUMENT
AbstractEditorActivity.runLoadAction(boolean) will be invoked
with false as parameter.public static AbstractEditorActivity.DifferedActionType[] values()
for (AbstractEditorActivity.DifferedActionType c : AbstractEditorActivity.DifferedActionType.values()) System.out.println(c);
public static AbstractEditorActivity.DifferedActionType 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 © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor