|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptHandler | |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.script |
Uses of ScriptHandler in org.eclipse.birt.chart.factory |
Methods in org.eclipse.birt.chart.factory that return ScriptHandler | |
ScriptHandler |
RunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the chart being generated. |
ScriptHandler |
RunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the chart being generated. |
Methods in org.eclipse.birt.chart.factory with parameters of type ScriptHandler | |
void |
RunTimeContext.setScriptHandler(ScriptHandler sh)
Sets an instance of a transient script handler associated with the chart being generated. |
void |
RunTimeContext.setScriptHandler(ScriptHandler sh)
Sets an instance of a transient script handler associated with the chart being generated. |
Uses of ScriptHandler in org.eclipse.birt.chart.script |
Methods in org.eclipse.birt.chart.script with parameters of type ScriptHandler | |
static java.lang.Object |
ScriptHandler.callFunction(ScriptHandler sh,
java.lang.String sFunction,
java.lang.Object oArg1)
Call JavaScript functions with one argument. |
static java.lang.Object |
ScriptHandler.callFunction(ScriptHandler sh,
java.lang.String sFunction,
java.lang.Object oArg1,
java.lang.Object oArg2)
Call JavaScript functions with two arguments. |
static java.lang.Object |
ScriptHandler.callFunction(ScriptHandler sh,
java.lang.String sFunction,
java.lang.Object oArg1,
java.lang.Object oArg2,
java.lang.Object oArg3)
Call JavaScript functions with three arguments. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |