|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IExternalContext | |
| org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
| org.eclipse.birt.chart.internal.script | |
| org.eclipse.birt.chart.script | |
| Uses of IExternalContext in org.eclipse.birt.chart.factory |
| Methods in org.eclipse.birt.chart.factory with parameters of type IExternalContext | |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Deprecated. |
RunTimeContext |
Generator.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. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Deprecated. |
RunTimeContext |
Generator.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. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
| Uses of IExternalContext in org.eclipse.birt.chart.internal.script |
| Methods in org.eclipse.birt.chart.internal.script that return IExternalContext | |
IExternalContext |
ChartScriptContext.getExternalContext()
|
| Methods in org.eclipse.birt.chart.internal.script with parameters of type IExternalContext | |
void |
ChartScriptContext.setExternalContext(IExternalContext externalContext)
|
| Uses of IExternalContext in org.eclipse.birt.chart.script |
| Methods in org.eclipse.birt.chart.script that return IExternalContext | |
IExternalContext |
IChartScriptContext.getExternalContext()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||