public static class ListDetailPane.ColumnCache extends Object
| Constructor and Description |
|---|
ColumnCache(int rowNumber,
int columnNumber)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValueAt(int row,
int column)
Get the cached value of a specific cell.
|
void |
setValueAt(int row,
int column,
Object value)
Set the cached value of a specific cell.
|
public ColumnCache(int rowNumber,
int columnNumber)
rowNumber - the row number.columnNumber - the column number.public Object getValueAt(int row, int column)
row - the row number of the cellcolumn - the column number of the cellpublic void setValueAt(int row,
int column,
Object value)
row - the row number of the cellcolumn - the column number of the cellvalue - the value