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

Packages that use JRGenericElement
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.convert   
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). 
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRGenericElement in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRGenericElement
 void JRExpressionCollector.collect(JRGenericElement element)
          Collects expressions from a generic element.
 void JRVisitor.visitGenericElement(JRGenericElement element)
          Visits a generic report element.
 

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

Classes in net.sf.jasperreports.engine.base that implement JRGenericElement
 class JRBaseGenericElement
          A read-only implementation of JRGenericElement that is included in compiled reports.
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElement
 void JRBaseObjectFactory.visitGenericElement(JRGenericElement element)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRGenericElement
JRBaseGenericElement(JRGenericElement element, JRBaseObjectFactory factory)
          Creates a generic element by copying an existing element.
 

Uses of JRGenericElement in net.sf.jasperreports.engine.convert
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRGenericElement
 void ConvertVisitor.visitGenericElement(JRGenericElement element)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRGenericElement
 class JRDesignGenericElement
          A implementation of JRGenericElement that is to be used at report design time.
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRGenericElement
protected  void JRVerifier.verifyGenericElement(JRGenericElement element)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRGenericElement
 class JRFillGenericElement
          A JRGenericElement used during report fill.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElement
 void JRFillObjectFactory.visitGenericElement(JRGenericElement element)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGenericElement
JRFillGenericElement(JRBaseFiller filler, JRGenericElement element, JRFillObjectFactory factory)
           
JRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRGenericElement element)
           
 

Uses of JRGenericElement in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRGenericElement
 void JRVisitorSupport.visitGenericElement(JRGenericElement element)
           
 void JRDelegationVisitor.visitGenericElement(JRGenericElement element)
           
 void UniformElementVisitor.visitGenericElement(JRGenericElement element)
           
 void JRApiWriter.writeGenericElement(JRGenericElement element, java.lang.String elementName)
          protected XmlNamespace getNamespace() { return JASPERREPORTS_NAMESPACE; } /**
 

Uses of JRGenericElement in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRGenericElement
 void XmlWriterVisitor.visitGenericElement(JRGenericElement element)
           
 void JRXmlWriter.writeGenericElement(JRGenericElement element)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com