ScriptingExtension
Complete API reference for ScriptingExtension, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class ScriptingExtension
Methods
| Signature | Returns | Description |
|---|---|---|
getScriptingInterface() | ScriptingInterface | Executes getScriptingInterface and returns after the underlying engine call finishes. |
replaceScript(File) | void | Executes replaceScript and returns after the underlying engine call finishes. |
openScript(File) | void | Performs the openScript operation using the provided parameters (script). |
onClose() | void | Executes onClose and returns after the underlying engine call finishes. |
init() | void | Initializes the object's internal state. |
unload() | void | Executes unload and returns after the underlying engine call finishes. |
saveScript() | boolean | Saves script from the object. |
hasScript() | boolean | Returns whether script is true. |
supportFile(File) | boolean | Performs the supportFile operation using the provided parameters (file). |