|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableCache
TableCache defines a cache suitable for caching tables.
| Method Summary | |
|---|---|
Object |
getValueAt(int row,
int column)
Retrieves the cached value at the cell at (row, column). |
boolean |
isValueCached(int row,
int column)
Determines whether the cell's value at (row, column) is cached. |
void |
put(int row,
Object rowObject)
Inserts a row in the cache. |
Object |
remove(int row)
Removes a row from the cache. |
void |
setCacheTableModel(CacheableTableModel model)
Assigns a CacheableTableModel that will be used to retrieve the uncached values. |
| Methods inherited from interface com.sciapp.table.cache.Cache |
|---|
get, isValueCached, put, remove, removeAll |
| Method Detail |
|---|
Object getValueAt(int row,
int column)
row - the cell's row indexcolumn - the cell's column index
boolean isValueCached(int row,
int column)
row - the cell's row indexcolumn - the cell's column index
void setCacheTableModel(CacheableTableModel model)
model - the cacheable table model that will be used as the source.
void put(int row,
Object rowObject)
row - the row to insert torowObject - the object to insert at rowObject remove(int row)
row - the row to remove from the cache
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||