Class Index | File Index

Classes


Class ScriptExecutor

An executor for executing Javascript scripts in "browser" user interfaces created by PanelControl.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class is typically only instantiated by Content Studio.
Method Summary
Method Attributes Method Name and Description
 
executeScript(script)
Executes a script in the swing event dispatch thread.
 
Executes a script in the swing event dispatch thread and returns the result of the script.
Class Detail
ScriptExecutor()
This class is typically only instantiated by Content Studio.
Method Detail
executeScript(script)
Executes a script in the swing event dispatch thread. This function does not wait for the script to finish executing and returns immediately.
Parameters:
{String} script
The script to execute.

{Object} executeScriptWithResult(script)
Executes a script in the swing event dispatch thread and returns the result of the script. This function waits for the script to finish executing.
Parameters:
{String} script
The script to execute.
Returns:
{Object} The result of the script.

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Mar 29 2019 13:42:03 GMT+0100 (CET)