Skip to main content

ScriptingExtension

Complete API reference for ScriptingExtension, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class ScriptingExtension

Methods

SignatureReturnsDescription
getScriptingInterface()ScriptingInterfaceExecutes getScriptingInterface and returns after the underlying engine call finishes.
replaceScript(File)voidExecutes replaceScript and returns after the underlying engine call finishes.
openScript(File)voidPerforms the openScript operation using the provided parameters (script).
onClose()voidExecutes onClose and returns after the underlying engine call finishes.
init()voidInitializes the object's internal state.
unload()voidExecutes unload and returns after the underlying engine call finishes.
saveScript()booleanSaves script from the object.
hasScript()booleanReturns whether script is true.
supportFile(File)booleanPerforms the supportFile operation using the provided parameters (file).