Class GenericColumn

java.lang.Object
net.sf.statcvs.reportmodel.Column
net.sf.statcvs.reportmodel.GenericColumn
Direct Known Subclasses:
AuthorColumn, AuthorIdColumn, DirectoryColumn, FileColumn, SimpleTextColumn

public abstract class GenericColumn extends Column
A generic column with a text header and a text total. Each cell contains an Object. The renderCell method must be implemented by subclasses.
Version:
$Id: GenericColumn.java,v 1.2 2008/04/02 11:22:14 benoitx Exp $
Author:
Richard Cyganiak <rcyg@gmx.de>