|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.jclasslib.browser.detail.ListDetailPane.ColumnCache
Class for caching dynamically computed values in a read only table.
Constructor Summary | |
ListDetailPane.ColumnCache(int rowNumber,
int columnNumber)
Constructor. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListDetailPane.ColumnCache(int rowNumber, int columnNumber)
rowNumber
- the row number.columnNumber
- the column number.Method Detail |
public Object getValueAt(int row, int column)
row
- the row number of the cellcolumn
- the column number of the cell
public void setValueAt(int row, int column, Object value)
row
- the row number of the cellcolumn
- the column number of the cellvalue
- the value
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |