Copyright © 2005 Scientific Applications. All Rights Reserved.

Package com.sciapp.table.cache

Contains classes that are used for caching TableModels.

See:
          Description

Interface Summary
Cache Cache is an interface that defines methods for retrieving and putting objects in a cache store.
CacheableTableModel CacheableTableModel defines methods for retrieving the non-cached data of a TableModel.
CacheableTreeTableModel CacheableTreeTableModel defines methods for retrieving the non-cached data of a TreeTableModel.
TableCache TableCache defines a cache suitable for caching tables.
TreeTableCache TableCache defines a cache suitable for caching treetables.
 

Class Summary
AbstractCache AbstractCache defines variables that determine the cache's store behaviour\ when caching values.
AbstractTableCache AbstractTableCache is a TableCache that uses a map as the cache store.
AbstractTreeTableCache AbstractTreeTableCache is a TreeTableCache that uses a map as the cache store.
CachedListTableModel CachedListTableModel wraps around a ListTableModel in order to provide for a caching mechanism.
CachedTableModel CachedListTableModel wraps around a TableModel in order to provide for a caching mechanism.
DefaultTableCache DefaultTableCache assumes that the row objects are an Object array.
DefaultTreeTableCache DefaultTreeTableCache assumes that the row objects are an Object array.
 

Package com.sciapp.table.cache Description

Contains classes that are used for caching TableModels.


Copyright © 2005 Scientific Applications. All Rights Reserved.