|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Contains classes that are used for caching TableModels.
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |