Package org.eclipse.nebula.widgets.nattable.formula.command
package org.eclipse.nebula.widgets.nattable.formula.command
-
ClassDescription
ILayerCommand
that is used to disable formula result caching in theFormulaDataProvider
.Disables the formula caching and background processing of formula parsing and calculation in theFormulaDataProvider
.ILayerCommand
that is used to disable formula evaluation in theFormulaDataProvider
.Disables the formula evaluation in theFormulaDataProvider
.ILayerCommand
that is used to enable formula result caching in theFormulaDataProvider
.Enables the formula caching and background processing of formula parsing and calculation in theFormulaDataProvider
.ILayerCommand
that is used to enable formula evaluation in theFormulaDataProvider
.Enables the formula evaluation in theFormulaDataProvider
.SpecializedCopyDataCommandHandler
that stores the copied cells in theInternalCellClipboard
so it can be pasted within NatTable.Specialized command handler forFillHandlePasteCommand
s that is able to deal with formulas.ILayerCommandHandler
for handlingPasteDataCommand
s.