Modifier and Type | Method | Description |
---|---|---|
Actn |
Actn._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Actn |
Actn.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Actn[] |
Actn.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Actn> |
Actn._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Application.doFolderAction(Reference theObjectForTheCommand,
Actn theFolderActionMessageToProcess,
Reference aListOfItemsForTheFolderActionMessageToProcess,
Rectangle theNewWindowSizeForTheFolderActionMessageToProcess) |
Send a folder action code to a folder action script.
|