Uses of Interface
org.eclipse.nebula.widgets.nattable.util.ICalculatedValueCacheKey

Packages that use ICalculatedValueCacheKey
org.eclipse.nebula.widgets.nattable.util   
 

Uses of ICalculatedValueCacheKey in org.eclipse.nebula.widgets.nattable.util
 

Methods in org.eclipse.nebula.widgets.nattable.util with parameters of type ICalculatedValueCacheKey
protected  void CalculatedValueCache.addToCache(ICalculatedValueCacheKey key, Object value)
          Adds the given value to the cache and the cache-copy.
 Object CalculatedValueCache.getCalculatedValue(int columnPosition, int rowPosition, ICalculatedValueCacheKey key, boolean calculateInBackground, ICalculator calculator)
          Returns the calculated value for the specified column and row position.
 



Copyright © 2014. All rights reserved.