Uses of Class
net.sf.statcvs.reportmodel.Table

Packages that use Table
net.sf.statcvs.renderer   
net.sf.statcvs.reports   
 

Uses of Table in net.sf.statcvs.renderer
 

Constructors in net.sf.statcvs.renderer with parameters of type Table
TableRenderer(Table table)
          Creates a new table renderer for the given table model
 

Uses of Table in net.sf.statcvs.reports
 

Methods in net.sf.statcvs.reports that return Table
 Table FilesWithMostRevisionsTableReport.getTable()
           
 Table TableReport.getTable()
          Returns the table data model.
 Table AuthorsForDirectoryTableReport.getTable()
           
 Table AuthorsTableReport.getTable()
           
 Table DirectoriesForAuthorTableReport.getTable()
           
 Table TopAuthorsTableReport.getTable()
           
 Table DirectoriesTableReport.getTable()
           
protected  Table AbstractLocTableReport.createChangesAndLinesTable(GenericColumn keys, int sortedBy, String summary)
           
 Table LargestFilesTableReport.getTable()