|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IActionEvaluator | |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.internal.datafeed |
Uses of IActionEvaluator in org.eclipse.birt.chart.factory |
Classes in org.eclipse.birt.chart.factory that implement IActionEvaluator | |
class |
ActionEvaluatorAdapter
An adapter class for IActionEvaluator |
Methods in org.eclipse.birt.chart.factory with parameters of type IActionEvaluator | |
java.util.List |
Generator.getRowExpressions(Chart cm,
IActionEvaluator iae)
This retrieves all the row expressions stored in the chart model. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
java.util.List |
Generator.getRowExpressions(Chart cm,
IActionEvaluator iae)
This retrieves all the row expressions stored in the chart model. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
Uses of IActionEvaluator in org.eclipse.birt.chart.internal.datafeed |
Methods in org.eclipse.birt.chart.internal.datafeed with parameters of type IActionEvaluator | |
static java.util.List |
DataProcessor.getRowExpressions(Chart cm,
IActionEvaluator iae)
Returns all associated datarow expressions in chart model |
Constructors in org.eclipse.birt.chart.internal.datafeed with parameters of type IActionEvaluator | |
DataProcessor(RunTimeContext rtc,
IActionEvaluator iae)
The constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |