Uses of Class
jdbreport.source.BufferedDataSet

Packages that use BufferedDataSet
jdbreport.design.model   
jdbreport.model   
 

Uses of BufferedDataSet in jdbreport.design.model
 

Methods in jdbreport.design.model that return types with arguments of type BufferedDataSet
protected  Map<String,BufferedDataSet> TemplateBook.getDataSetList()
          Returns the dataSetList
 

Uses of BufferedDataSet in jdbreport.model
 

Methods in jdbreport.model that return types with arguments of type BufferedDataSet
 Map<String,BufferedDataSet> DetailGroup.getDsList()
           
 

Methods in jdbreport.model with parameters of type BufferedDataSet
 void DetailGroup.replaceDataSet(BufferedDataSet ds)
           
 

Method parameters in jdbreport.model with type arguments of type BufferedDataSet
 void DetailGroup.updateDataSet(Map<String,BufferedDataSet> map)