Uses of Class
net.sf.jasperreports.engine.JRExpressionCollector

Packages that use JRExpressionCollector
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.list   
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.component   
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRExpressionCollector in net.sf.jasperreports.charts.base
 

Methods in net.sf.jasperreports.charts.base with parameters of type JRExpressionCollector
 void JRBaseMeterPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseValueDataset.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseValueDisplay.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseXyDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseHighLowPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseAreaPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBasePiePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBasePieDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseLinePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseTimeSeriesPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseXyzDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBasePie3DPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseScatterPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseItemLabel.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseMultiAxisPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseBubblePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseThermometerPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseCandlestickPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseDataRange.collectExpressions(JRExpressionCollector collector)
          Registers all of the expressions with the collector.
 void JRBaseBarPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseBar3DPlot.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.charts.design
 

Methods in net.sf.jasperreports.charts.design with parameters of type JRExpressionCollector
 void JRDesignXyzDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignValueDataset.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRDesignXyDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignPieDataset.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.charts.fill
 

Methods in net.sf.jasperreports.charts.fill with parameters of type JRExpressionCollector
 void JRFillXyDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillValueDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillPieDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillXyzDataset.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.barbecue
 

Methods in net.sf.jasperreports.components.barbecue with parameters of type JRExpressionCollector
 void BarbecueCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.barcode4j
 

Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRExpressionCollector
 void BarcodeCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Constructors in net.sf.jasperreports.components.barcode4j with parameters of type JRExpressionCollector
BarcodeExpressionCollector(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.list
 

Methods in net.sf.jasperreports.components.list with parameters of type JRExpressionCollector
 void ListComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.base
 

Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRExpressionCollector
 void JRBaseCrosstab.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseCrosstabDataset.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.design
 

Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRExpressionCollector
 void JRDesignCrosstab.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignCrosstabDataset.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRExpressionCollector
static JRExpressionCollector JRExpressionCollector.collector(JRReport report)
           
static JRExpressionCollector JRExpressionCollector.collector(JRReport report, JRCrosstab crosstab)
           
 JRExpressionCollector JRExpressionCollector.getCollector(JRCrosstab crosstab)
          Returns the expression collector for a crosstab.
 JRExpressionCollector JRExpressionCollector.getCollector(JRDataset dataset)
          Returns the expression collector for a dataset.
 JRExpressionCollector JRExpressionCollector.getCollector(JRElementDataset elementDataset)
          Returns the expression collector to which expressions in an element dataset belong.
 JRExpressionCollector JRExpressionCollector.getDatasetCollector(java.lang.String datasetName)
          Returns the expression collector for a report subdataset.
 

Methods in net.sf.jasperreports.engine with parameters of type JRExpressionCollector
 void JRElementDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRElement.collectExpressions(JRExpressionCollector collector)
           
 void JRChartPlot.collectExpressions(JRExpressionCollector collector)
           
 

Constructors in net.sf.jasperreports.engine with parameters of type JRExpressionCollector
JasperReport(JRReport report, java.lang.String compilerClass, java.io.Serializable compileData, JRExpressionCollector expressionCollector, java.lang.String compileNameSuffix)
          Constructs a report by specifying the template report and compile information.
JRExpressionCollector(JRExpressionCollector parent, JRReport report)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollector
 void JRBaseTextField.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseFrame.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseGenericElement.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseImage.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseLine.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseChart.collectExpressions(JRExpressionCollector collector)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollector
JRBaseObjectFactory(JRDefaultStyleProvider defaultStyleProvider, JRExpressionCollector expressionCollector)
          Constructs a base object factory.
JRBaseReport(JRReport report, JRExpressionCollector expressionCollector)
          Constructs a copy of a report.
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.component
 

Methods in net.sf.jasperreports.engine.component with parameters of type JRExpressionCollector
 void ComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector)
          Collects report expressions from a component.
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollector
 void JRDesignImage.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTextField.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignChart.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignLine.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignGenericElement.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignFrame.collectExpressions(JRExpressionCollector collector)
           
protected static java.lang.String JRAbstractCompiler.getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, java.lang.String nameSuffix)
           
static java.util.Collection JRVerifier.verifyDesign(JasperDesign jasperDesign, JRExpressionCollector expressionCollector)
          Validates a report design.
 

Constructors in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollector
JRSourceCompileTask(JasperDesign jasperDesign, JRDesignCrosstab crosstab, JRExpressionCollector expressionCollector, java.lang.String unitName)
          Creates source code generation information for a crosstab of a report.
JRSourceCompileTask(JasperDesign jasperDesign, JRDesignDataset dataset, JRExpressionCollector expressionCollector, java.lang.String unitName)
          Creates source code generation information for a dataset of a report.
JRSourceCompileTask(JasperDesign jasperDesign, java.lang.String unitName, JRExpressionCollector expressionCollector, java.util.Map parametersMap, java.util.Map fieldsMap, java.util.Map variablesMap, JRVariable[] variables, boolean onlyDefaultEvaluation)
           
JRVerifier(JasperDesign jrDesign, JRExpressionCollector expressionCollector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRExpressionCollector
 void JRFillImage.collectExpressions(JRExpressionCollector collector)
           
 void JRFillComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTextField.collectExpressions(JRExpressionCollector collector)
           
 void JRFillChartPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRFillChart.collectExpressions(JRExpressionCollector collector)
           
 void JRFillGenericElement.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCrosstab.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCrosstab.JRFillCrosstabDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillLine.collectExpressions(JRExpressionCollector collector)
           
 void JRFillSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRFillRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRFillEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRFillBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRFillStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRFillFrame.collectExpressions(JRExpressionCollector collector)
           
 



© 2001-2009 Jaspersoft Corporation www.jaspersoft.com