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, MarkupSyntax output)
          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
protected  Table AbstractRollingLocTableReport.createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, java.lang.String summary)
           
protected  Table AbstractLocTableReport.createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, java.lang.String summary)
           
 Table TableReport.getTable()
          Returns the table data model.
 Table AuthorsForDirectoryTableReport.getTable()
           
 Table ModuleTableReport.getTable()
           
 Table FileTypeReport.getTable()
           
 Table CloudCommitTableReport.getTable()
           
 Table DirectoriesForAuthorTableReport.getTable()
           
 Table TagReport.getTable()
           
 Table TopDevelopersTableReport.getTable()
           
 Table LargestFilesTableReport.getTable()
           
 Table DevelopersTableReport.getTable()
           
 Table DevelopersRollingTableReport.getTable()
           
 Table DirectoriesTableReport.getTable()
           
 Table DevelopersOfTheMonthTable.getTable()
           
 Table FilesWithMostRevisionsTableReport.getTable()