Uses of Class
net.lenkaspace.creeper.report.CRReportController

Packages that use CRReportController
net.lenkaspace.creeper   
net.lenkaspace.creeper.report   
 

Uses of CRReportController in net.lenkaspace.creeper
 

Methods in net.lenkaspace.creeper that return CRReportController
 CRReportController CRController.getReportController()
           
 

Methods in net.lenkaspace.creeper with parameters of type CRReportController
 void CRController.setReportController(CRReportController reportController_)
           
 

Uses of CRReportController in net.lenkaspace.creeper.report
 

Methods in net.lenkaspace.creeper.report with parameters of type CRReportController
 void CRBaseReport.setReportController(CRReportController reportController_)