public abstract class AbstractRowModel extends java.lang.Object implements TableRowModel
| Constructor and Description |
|---|
AbstractRowModel(TableSectionRenderBox tableSection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(TableRow row) |
TableRow |
getRow(int i) |
int |
getRowCount() |
TableRow[] |
getRows() |
long |
getRowSpacing() |
TableSectionRenderBox |
getTableSection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getPreferredSize, validateActualSizes, validateSizespublic AbstractRowModel(TableSectionRenderBox tableSection)
public void addRow(TableRow row)
addRow in interface TableRowModelpublic int getRowCount()
getRowCount in interface TableRowModelpublic TableSectionRenderBox getTableSection()
getTableSection in interface TableRowModelpublic TableRow getRow(int i)
getRow in interface TableRowModelpublic TableRow[] getRows()
getRows in interface TableRowModelpublic long getRowSpacing()
getRowSpacing in interface TableRowModel