|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractScriptHandler | |
---|---|
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.script |
Uses of AbstractScriptHandler in org.eclipse.birt.chart.factory |
---|
Methods in org.eclipse.birt.chart.factory that return AbstractScriptHandler | |
---|---|
AbstractScriptHandler |
RunTimeContext.getScriptHandler()
Returns an instance of a transient script handler associated with the chart being generated. |
AbstractScriptHandler |
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 AbstractScriptHandler | |
---|---|
void |
RunTimeContext.setScriptHandler(AbstractScriptHandler sh)
Sets an instance of a transient script handler associated with the chart being generated. |
void |
RunTimeContext.setScriptHandler(AbstractScriptHandler sh)
Sets an instance of a transient script handler associated with the chart being generated. |
Uses of AbstractScriptHandler in org.eclipse.birt.chart.script |
---|
Subclasses of AbstractScriptHandler in org.eclipse.birt.chart.script | |
---|---|
class |
ScriptHandler
This class forms the basis of script handling in the charting library. |
Methods in org.eclipse.birt.chart.script with parameters of type AbstractScriptHandler | |
---|---|
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> sh,
java.lang.String sFunction,
java.lang.Object oArg1)
Call JavaScript functions with one argument. |
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> sh,
java.lang.String sFunction,
java.lang.Object oArg1,
java.lang.Object oArg2)
Call JavaScript functions with two arguments. |
static java.lang.Object |
AbstractScriptHandler.callFunction(AbstractScriptHandler<?> 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 |