Uses of Class
adams.gui.selection.AbstractFieldCacheItem
-
Packages that use AbstractFieldCacheItem Package Description adams.gui.event adams.gui.selection -
-
Uses of AbstractFieldCacheItem in adams.gui.event
Methods in adams.gui.event that return AbstractFieldCacheItem Modifier and Type Method Description AbstractFieldCacheItem
FieldCacheUpdateEvent. getFieldCacheItem()
Returns the cache item that triggered the event.Constructors in adams.gui.event with parameters of type AbstractFieldCacheItem Constructor Description FieldCacheUpdateEvent(AbstractFieldCacheItem source)
Constructs the event. -
Uses of AbstractFieldCacheItem in adams.gui.selection
Fields in adams.gui.selection with type parameters of type AbstractFieldCacheItem Modifier and Type Field Description protected Hashtable<String,AbstractFieldCacheItem>
AbstractFieldCacheManager. m_Items
the cache items to manage.Methods in adams.gui.selection that return AbstractFieldCacheItem Modifier and Type Method Description AbstractFieldCacheItem
AbstractFieldCacheManager. get(FieldProvider provider)
Retrieves the cache item for the specified database connection, creates it if necessary.protected abstract AbstractFieldCacheItem
AbstractFieldCacheManager. newFieldCacheItem(FieldProvider provider)
Creates a new cache item.Constructors in adams.gui.selection with parameters of type AbstractFieldCacheItem Constructor Description FieldCacheTableModel(AbstractFieldCacheItem cache, FieldType fieldType, DataType dataType)
the constructor.
-