|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScriptClassLoader | |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.model | Contains the chart model interfaces that define the starting point for creating a new chart. |
org.eclipse.birt.chart.script |
Uses of IScriptClassLoader in org.eclipse.birt.chart.factory |
Methods in org.eclipse.birt.chart.factory that return IScriptClassLoader | |
IScriptClassLoader |
RunTimeContext.getScriptClassLoader()
Returns the script classLoader if available. |
IScriptClassLoader |
RunTimeContext.getScriptClassLoader()
Returns the script classLoader if available. |
Methods in org.eclipse.birt.chart.factory with parameters of type IScriptClassLoader | |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
void |
RunTimeContext.setScriptClassLoader(IScriptClassLoader value)
Sets the script classLoader. |
void |
RunTimeContext.setScriptClassLoader(IScriptClassLoader value)
Sets the script classLoader. |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
Uses of IScriptClassLoader in org.eclipse.birt.chart.model |
Methods in org.eclipse.birt.chart.model with parameters of type IScriptClassLoader | |
void |
ScriptHandler.setScriptClassLoader(IScriptClassLoader value)
Sets the script classLoader. |
Uses of IScriptClassLoader in org.eclipse.birt.chart.script |
Classes in org.eclipse.birt.chart.script that implement IScriptClassLoader | |
class |
ScriptClassLoaderAdapter
An adapter class for IScriptClassLoader |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |