public interface TableModel
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyCell(int row,
int col)
Get the contents for a body cell.
|
int |
getBodyRowCount() |
int |
getColumnCount() |
String |
getHeaderCell(int col)
Get the contents for a header cell.
|
String getBodyCell(int row, int col)
row - The row index.col - The column index.int getBodyRowCount()
int getColumnCount()
String getHeaderCell(int col)
col - The column index.Copyright © 2015 Revolution Systems Inc.. All rights reserved.