Interface TableRowModel
-
- All Known Implementing Classes:
AbstractRowModel,SeparateRowModel
public interface TableRowModelCreation-Date: 22.07.2006, 13:20:23- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddRow(TableRow row)voidclear()longgetPreferredSize()TableRowgetRow(int i)intgetRowCount()TableRow[]getRows()longgetRowSpacing()TableSectionRenderBoxgetTableSection()voidvalidateActualSizes()voidvalidateSizes()
-
-
-
Method Detail
-
addRow
void addRow(TableRow row)
-
getRowCount
int getRowCount()
-
getTableSection
TableSectionRenderBox getTableSection()
-
getRow
TableRow getRow(int i)
-
getRows
TableRow[] getRows()
-
getRowSpacing
long getRowSpacing()
-
validateSizes
void validateSizes()
-
validateActualSizes
void validateActualSizes()
-
getPreferredSize
long getPreferredSize()
-
clear
void clear()
-
-