public interface TableRowModel
Modifier and Type | Method and Description |
---|---|
void |
addRow(TableRow row) |
void |
clear() |
long |
getPreferredSize() |
TableRow |
getRow(int i) |
int |
getRowCount() |
TableRow[] |
getRows() |
long |
getRowSpacing() |
TableSectionRenderBox |
getTableSection() |
void |
validateActualSizes() |
void |
validateSizes() |
void addRow(TableRow row)
int getRowCount()
TableSectionRenderBox getTableSection()
TableRow getRow(int i)
TableRow[] getRows()
long getRowSpacing()
void validateSizes()
void validateActualSizes()
long getPreferredSize()
void clear()