Uses of Interface
net.sf.jasperreports.engine.JRVariable

Packages that use JRVariable
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.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 JRVariable in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRVariable
 JRVariable[] JRReport.getVariables()
           
 JRVariable JRGroup.getCountVariable()
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRVariable
 class JRBaseVariable
           
 

Fields in net.sf.jasperreports.engine.base declared as JRVariable
protected  JRVariable JRBaseGroup.countVariable
           
protected  JRVariable[] JRBaseReport.variables
           
 

Methods in net.sf.jasperreports.engine.base that return JRVariable
 JRVariable JRBaseGroup.getCountVariable()
           
 JRVariable[] JRBaseReport.getVariables()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRVariable
protected  JRBaseVariable JRBaseObjectFactory.getVariable(JRVariable variable)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRVariable
JRBaseVariable(JRVariable variable, JRBaseObjectFactory factory)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRVariable
 class JRDesignVariable
           
 

Methods in net.sf.jasperreports.engine.design that return JRVariable
 JRVariable[] JasperDesign.getVariables()
          Gets an array of report variables.
 JRVariable JasperDesign.removeVariable(java.lang.String variableName)
           
 JRVariable JasperDesign.removeVariable(JRVariable variable)
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRVariable
 void JRDesignGroup.setCountVariable(JRVariable countVariable)
           
 JRVariable JasperDesign.removeVariable(JRVariable variable)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRVariable
 class JRFillVariable
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRVariable
protected  JRVariable JRFillVariable.parent
           
 

Methods in net.sf.jasperreports.engine.fill that return JRVariable
 JRVariable JRFillGroup.getCountVariable()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRVariable
protected  JRFillVariable JRFillObjectFactory.getVariable(JRVariable variable)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRVariable
JRFillVariable(JRVariable variable, JRFillObjectFactory factory)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com