public enum ScriptTask extends java.lang.Enum<ScriptTask>
ScriptArchDataUtils.modifyEventScript(int,
ScriptTask, javax.swing.JList, net.sf.gridarta.model.mapmanager.MapManager,
java.awt.Frame, Iterable).| Enum Constant and Description |
|---|
EVENT_EDIT_PATH
Opens a dialog to edit the script parameters.
|
EVENT_OPEN
Opens an editor for the script code.
|
EVENT_REMOVE
Removes the event object.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptTask |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptTask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptTask EVENT_OPEN
public static final ScriptTask EVENT_EDIT_PATH
public static final ScriptTask EVENT_REMOVE
public static ScriptTask[] values()
for (ScriptTask c : ScriptTask.values()) System.out.println(c);
public static ScriptTask 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