Uses of Interface
jdbreport.model.HeighCalculator

Packages that use HeighCalculator
jdbreport.design.model   
jdbreport.grid   
jdbreport.model   
jdbreport.view   
 

Uses of HeighCalculator in jdbreport.design.model
 

Methods in jdbreport.design.model with parameters of type HeighCalculator
 ReportBook TemplateBook.createReportBook(HeighCalculator hCalc)
           
 void TemplateModel.updateRowAndPageHeight(HeighCalculator hCalc)
           
 

Uses of HeighCalculator in jdbreport.grid
 

Classes in jdbreport.grid that implement HeighCalculator
 class JReportGrid
           
 

Uses of HeighCalculator in jdbreport.model
 

Methods in jdbreport.model with parameters of type HeighCalculator
 void JReportModel.updateCarryRows(HeighCalculator hCalc, int row, int column)
           
 void ReportModel.updateRowAndPageHeight(HeighCalculator hCalc)
           
 void ReportBook.updateRowAndPageHeight(HeighCalculator hCalc)
           
 void JReportModel.updateRowAndPageHeight(HeighCalculator hCalc)
           
 void ReportModel.updateRowHeight(HeighCalculator hCalc, int row, int column)
          Sets row's height by the content of the cell
 void JReportModel.updateRowHeight(HeighCalculator hCalc, int row, int column)
           
 

Uses of HeighCalculator in jdbreport.view
 

Classes in jdbreport.view that implement HeighCalculator
 class ReportDialog
           
 class ReportEditor
           
 class ReportEditorPane
           
 class ReportPane