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