Package org.eclipse.nebula.widgets.nattable.formula
package org.eclipse.nebula.widgets.nattable.formula
-
ClassDescriptionSpecialized
SelectionLayerPainter
that renders a border around cells that are currently in the stored in theInternalCellClipboard
.IDataProvider
that is able to evaluate formulas.IDisplayConverter
that needs to be registered forDisplayMode.EDIT
in order to support editing of formulas without formula execution.Implementations of this interface are intended to report errors on evaluating formulas viaFormulaDataProvider
.Parser that is able to parse a formula string and calculate the result.IDisplayConverter
that needs to be registered forDisplayMode.NORMAL
in order to support localized rendering of decimal result values of formulas.FormulaDataProvider
that wraps around anIRowDataProvider
.FormulaErrorReporter
implementation that shows formula errors in a tooltip.