|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.reportmodel.Column net.sf.statcvs.reportmodel.GenericColumn net.sf.statcvs.reportmodel.AuthorColumn
A table column containing author names
Constructor Summary | |
AuthorColumn()
Creates a new author column |
Method Summary | |
void |
renderCell(int rowIndex,
TableCellRenderer renderer)
Renders a row of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods |
Methods inherited from class net.sf.statcvs.reportmodel.GenericColumn |
addValue, getRows, getValue, renderHead, renderTotal, setTotal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthorColumn()
Method Detail |
public void renderCell(int rowIndex, TableCellRenderer renderer)
Column
TableCellRenderer.renderCell(java.lang.String)
methods
renderCell
in class GenericColumn
Column.renderCell(int, net.sf.statcvs.renderer.TableCellRenderer)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |