Modifier and Type | Method | Description |
---|---|---|
Ealt |
Ealt._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Ealt |
Ealt.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Ealt[] |
Ealt.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Ealt> |
Ealt._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
AlertReply |
ScriptingAddition.displayAlert(String theAlertTextWillBeDisplayedInEmphasizedSystemFont,
String theExplanatoryMessageWillBeDisplayedInSmallSystemFont,
Ealt theTypeOfAlertDefaultIsInformational,
String[] aListOfUpToThreeButtonNames,
String theNameOrNumberOfTheDefaultButton,
String theNameOrNumberOfTheCancelButton,
int numberOfSecondsToWaitBeforeAutomaticallyDismissingTheAlert) |
Display an alert.
|