Modifier and Type | Method | Description |
---|---|---|
Stic |
Stic._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Stic |
Stic.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Stic[] |
Stic.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Stic> |
Stic._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
DialogReply |
ScriptingAddition.displayDialog(String theTextToDisplayInTheDialogBox,
String theDefaultEditableText,
boolean shouldEditableTextBeDisplayedAsBulletsDefaultIsFalse,
String[] aListOfUpToThreeButtonNames,
String theNameOrNumberOfTheDefaultButton,
String theNameOrNumberOfTheCancelButton,
String theDialogWindowTitle,
String theResourceNameOrIdOfTheIconToDisplay,
Stic OrOneOfTheseSystemIcons,
JaplScriptFile OrAnAliasOrFileReferenceToAIcnsFile,
int numberOfSecondsToWaitBeforeAutomaticallyDismissingTheDialog) |
Display a dialog box, optionally requesting user input.
|