Uses of Class
net.sf.statcvs.reportmodel.GenericColumn
-
Packages that use GenericColumn Package Description net.sf.statcvs.reportmodel net.sf.statcvs.reports -
-
Uses of GenericColumn in net.sf.statcvs.reportmodel
Subclasses of GenericColumn in net.sf.statcvs.reportmodel Modifier and Type Class Description class
AuthorColumn
A table column containing author namesclass
AuthorIdColumn
A table column containing author namesclass
DirectoryColumn
A table column containing directoriesclass
FileColumn
A table column containing filesclass
SimpleTextColumn
A generic text column without any special behaviour. -
Uses of GenericColumn in net.sf.statcvs.reports
Methods in net.sf.statcvs.reports with parameters of type GenericColumn Modifier and Type Method Description protected Table
AbstractLocTableReport. createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, java.lang.String summary)
protected Table
AbstractRollingLocTableReport. createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, java.lang.String summary)
-