Uses of Interface
org.eclipse.birt.chart.script.IScriptClassLoader
Packages that use IScriptClassLoader
Package
Description
Contains classes and interfaces used in the chart building and generation
phase.
-
Uses of IScriptClassLoader in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return IScriptClassLoaderModifier and TypeMethodDescriptionRunTimeContext.getScriptClassLoader()
Returns the script classLoader if available.Methods in org.eclipse.birt.chart.factory with parameters of type IScriptClassLoaderModifier and TypeMethodDescriptionGenerator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale) Since v2, it must be called before build( ), and should only be called once per design model.Generator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, Locale locale) Deprecated.IGenerator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale 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. -
Uses of IScriptClassLoader in org.eclipse.birt.chart.script
Classes in org.eclipse.birt.chart.script that implement IScriptClassLoaderModifier and TypeClassDescriptionclass
An adapter class for IScriptClassLoader.Methods in org.eclipse.birt.chart.script with parameters of type IScriptClassLoaderModifier and TypeMethodDescriptionfinal void
AbstractScriptHandler.setScriptClassLoader
(IScriptClassLoader value) Sets the script class loader.
Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale)
instead.