Uses of Interface
jdbreport.model.CellWrap

Packages that use CellWrap
jdbreport.grid   
jdbreport.model   
jdbreport.view   
 

Uses of CellWrap in jdbreport.grid
 

Methods in jdbreport.grid with parameters of type CellWrap
 int CellEditorPanel.showDialog(Window owner, CellWrap cell, boolean editable)
           
 

Uses of CellWrap in jdbreport.model
 

Classes in jdbreport.model that implement CellWrap
static class JReportModel.ReportCellWrap
           
 

Methods in jdbreport.model that return CellWrap
 CellWrap ReportModel.getCellWrap(int row, int column)
          Returns the CellWrap object for the cell by row and column
 CellWrap JReportModel.getCellWrap(int row, int column)
           
 

Uses of CellWrap in jdbreport.view
 

Methods in jdbreport.view with parameters of type CellWrap
protected  void ReportEditorPane.cellChanged(JReportGrid rep, CellWrap cellWrap)