Uses of Class
jdbreport.model.JReportModel

Packages that use JReportModel
jdbreport.design.model   
jdbreport.grid.undo   
jdbreport.model   
jdbreport.model.io.xml.excel   
 

Uses of JReportModel in jdbreport.design.model
 

Subclasses of JReportModel in jdbreport.design.model
 class TemplateModel
           
 

Constructors in jdbreport.design.model with parameters of type JReportModel
TemplateRowModel(JReportModel reportModel)
           
 

Uses of JReportModel in jdbreport.grid.undo
 

Methods in jdbreport.grid.undo with parameters of type JReportModel
 void GridParser.save(File file, JReportModel model)
           
 void GridParser.save(OutputStream out, JReportModel model)
           
 

Uses of JReportModel in jdbreport.model
 

Methods in jdbreport.model that return JReportModel
 JReportModel ReportBook.getReportModel(int index)
          Returns the ReportModel at the specified position in this list.
 

Constructors in jdbreport.model with parameters of type JReportModel
ReportRowModel(JReportModel reportModel)
           
 

Uses of JReportModel in jdbreport.model.io.xml.excel
 

Methods in jdbreport.model.io.xml.excel with parameters of type JReportModel
 void ExcelSheetParser.saveSheet(PrintWriter writer, JReportModel model, String reportTitle)