net.sf.statcvs.reportmodel
Class AuthorColumn

java.lang.Object
  extended bynet.sf.statcvs.reportmodel.Column
      extended bynet.sf.statcvs.reportmodel.GenericColumn
          extended bynet.sf.statcvs.reportmodel.AuthorColumn

public class AuthorColumn
extends GenericColumn

A table column containing author names

Version:
$Id: AuthorColumn.java,v 1.3 2008/04/02 11:22:14 benoitx Exp $
Author:
Richard Cyganiak

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

AuthorColumn

public AuthorColumn()
Creates a new author column

Method Detail

renderCell

public void renderCell(int rowIndex,
                       TableCellRenderer renderer)
Description copied from class: Column
Renders a row of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods

Specified by:
renderCell in class GenericColumn
See Also:
Column.renderCell(int, net.sf.statcvs.renderer.TableCellRenderer)


Copyright © 2002-2010 Appendium - Portfolio Financing Platform. All Rights Reserved.