org.jfree.layouting.renderer.model.table.rows

Interface TableRowModel

public interface TableRowModel

Creation-Date: 22.07.2006, 13:20:23

Author: Thomas Morgner

Method Summary
voidaddRow(TableRow row)
voidclear()
longgetPreferredSize()
TableRowgetRow(int i)
intgetRowCount()
TableRow[]getRows()
longgetRowSpacing()
TableSectionRenderBoxgetTableSection()
voidvalidateActualSizes()
voidvalidateSizes()

Method Detail

addRow

public void addRow(TableRow row)

clear

public void clear()

getPreferredSize

public long getPreferredSize()

getRow

public TableRow getRow(int i)

getRowCount

public int getRowCount()

getRows

public TableRow[] getRows()

getRowSpacing

public long getRowSpacing()

getTableSection

public TableSectionRenderBox getTableSection()

validateActualSizes

public void validateActualSizes()

validateSizes

public void validateSizes()