Uses of Interface
org.eclipse.nebula.widgets.nattable.util.ICalculatedValueCache
Packages that use ICalculatedValueCache
Package
Description
-
Uses of ICalculatedValueCache in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that return ICalculatedValueCacheMethods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type ICalculatedValueCacheModifier and TypeMethodDescriptionvoidGroupByDataLayer.setValueCache(ICalculatedValueCache valueCache) Set theICalculatedValueCachethat should be used internally to calculate the summary values in a background thread and cache the results. -
Uses of ICalculatedValueCache in org.eclipse.nebula.widgets.nattable.summaryrow
Methods in org.eclipse.nebula.widgets.nattable.summaryrow that return ICalculatedValueCacheMethods in org.eclipse.nebula.widgets.nattable.summaryrow with parameters of type ICalculatedValueCacheModifier and TypeMethodDescriptionvoidSummaryRowLayer.setValueCache(ICalculatedValueCache valueCache) Set theICalculatedValueCachethat should be used internally to calculate the summary values in a background thread and cache the results. -
Uses of ICalculatedValueCache in org.eclipse.nebula.widgets.nattable.util
Classes in org.eclipse.nebula.widgets.nattable.util that implement ICalculatedValueCacheModifier and TypeClassDescriptionclassThis class is intended as a value cache that is able to perform calculations in a background thread.