|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statcvs.reportmodel.Column
net.sf.statcvs.reportmodel.GenericColumn
net.sf.statcvs.reportmodel.FileColumn
public class FileColumn
A table column containing files
| Constructor Summary | |
|---|---|
FileColumn()
Creates a new directory 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 |
void |
setWebRepository(WebRepositoryIntegration webRepository)
Setting a WebRepository turns filenames into links to that file. |
void |
setWithIcon(boolean withIcon)
Specifies if each cell should be rendered with an icon representing the file |
| 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 FileColumn()
| Method Detail |
|---|
public void renderCell(int rowIndex,
TableCellRenderer renderer)
ColumnTableCellRenderer.renderCell(java.lang.String) methods
renderCell in class GenericColumnrowIndex - the row number, starting at 0renderer - the TableCellRenderer to useColumn.renderCell(int, net.sf.statcvs.renderer.TableCellRenderer)public void setWithIcon(boolean withIcon)
withIcon - render with icon?public void setWebRepository(WebRepositoryIntegration webRepository)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||