net.sf.statcvs.reportmodel
Class SimpleTextColumn
java.lang.Object
net.sf.statcvs.reportmodel.Column
net.sf.statcvs.reportmodel.GenericColumn
net.sf.statcvs.reportmodel.SimpleTextColumn
- public class SimpleTextColumn
- extends GenericColumn
A generic text column without any special behaviour. It can be filled
with String values. The total for the column is empty.
- Version:
- $Id: SimpleTextColumn.java,v 1.2 2003/04/19 23:09:27 cyganiak Exp $
- Author:
- Richard Cyganiak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTextColumn
public SimpleTextColumn(String title)
- Creates a new SimpleTextColumn with the given head
- Parameters:
title
- the head of the column
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)