Uses of Class
adams.gui.selection.AbstractFieldCacheManager
-
Packages that use AbstractFieldCacheManager Package Description adams.gui.selection -
-
Uses of AbstractFieldCacheManager in adams.gui.selection
Fields in adams.gui.selection declared as AbstractFieldCacheManager Modifier and Type Field Description protected static AbstractFieldCacheManager
AbstractSelectDatabaseFieldPanel. m_CacheManager
The caches to manage.Methods in adams.gui.selection that return AbstractFieldCacheManager Modifier and Type Method Description protected AbstractFieldCacheManager
AbstractSelectDatabaseFieldPanel. getFieldCacheManager()
Returns the cache manager.protected abstract AbstractFieldCacheManager
AbstractSelectDatabaseFieldPanel. newFieldCacheManager()
Creates a new instance of the cache manager.
-