Uses of Interface
net.sf.jasperreports.engine.fill.JRSubreportRunner

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

Classes in net.sf.jasperreports.engine.fill that implement JRSubreportRunner
 class JRContinuationSubreportRunner
          Implemetation of JRSubreportRunner using Javaflow continuations.
 class JRThreadSubreportRunner
          Thread-based JRSubreportRunner implementation.
 

Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunner
 JRSubreportRunner JRContinuationSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
           
 JRSubreportRunner JRThreadSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
           
 JRSubreportRunner JRSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
          Creates a new JRSubreportRunner instance.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportRunner
protected  void JRBaseFiller.setSubreportRunner(JRSubreportRunner runner)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com