|
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 TreeTableCache
TableCache defines a cache suitable for caching treetables.
| Method Summary | |
|---|---|
Object |
getValueAt(Object node,
int column)
Retrieves the cached value for node at index column. |
boolean |
isValueCached(Object node,
int column)
Determines whether the value for node at index column exists in the cache. |
void |
setCacheTreeTableModel(CacheableTreeTableModel model)
Assigns a CacheableTreeTableModel 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(Object node,
int column)
node - the node to considercolumn - the cell's column index
boolean isValueCached(Object node,
int column)
node - the node to considercolumn - the cell's column index
void setCacheTreeTableModel(CacheableTreeTableModel model)
model - the cacheable treetable model that will be used as the source.
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||