net.sf.statcvs.reportmodel

Class AuthorIdColumn


public class AuthorIdColumn
extends GenericColumn

A table column containing author names
Version:
$Id: AuthorIdColumn.java,v 1.2 2008/04/02 11:22:14 benoitx Exp $
Author:
Richard Cyganiak

Constructor Summary

AuthorIdColumn()
Creates a new author column

Method Summary

void
renderCell(int rowIndex, TableCellRenderer renderer)

Methods inherited from class net.sf.statcvs.reportmodel.GenericColumn

addValue, getRows, getValue, renderCell, renderHead, renderTotal, setTotal

Methods inherited from class net.sf.statcvs.reportmodel.Column

getRows, renderCell, renderHead, renderTotal

Constructor Details

AuthorIdColumn

public AuthorIdColumn()
Creates a new author column

Method Details

renderCell

public void renderCell(int rowIndex,
                       TableCellRenderer renderer)
Overrides:
renderCell in interface GenericColumn