Uses of Class
org.eclipse.nebula.widgets.nattable.formula.FormulaDataProvider
Packages that use FormulaDataProvider
Package
Description
-
Uses of FormulaDataProvider in org.eclipse.nebula.widgets.nattable.formula
Subclasses of FormulaDataProvider in org.eclipse.nebula.widgets.nattable.formulaModifier and TypeClassDescriptionclassFormulaDataProviderthat wraps around anIRowDataProvider.Fields in org.eclipse.nebula.widgets.nattable.formula declared as FormulaDataProviderModifier and TypeFieldDescriptionprotected FormulaDataProviderFormulaEditDisplayConverter.dataProviderprotected FormulaDataProviderFormulaResultDisplayConverter.dataProviderConstructors in org.eclipse.nebula.widgets.nattable.formula with parameters of type FormulaDataProviderModifierConstructorDescriptionFormulaEditDisplayConverter(FormulaDataProvider dataProvider) FormulaResultDisplayConverter(FormulaDataProvider dataProvider) -
Uses of FormulaDataProvider in org.eclipse.nebula.widgets.nattable.formula.action
Fields in org.eclipse.nebula.widgets.nattable.formula.action declared as FormulaDataProviderModifier and TypeFieldDescriptionprotected FormulaDataProviderFormulaFillHandleDragMode.dataProviderConstructors in org.eclipse.nebula.widgets.nattable.formula.action with parameters of type FormulaDataProviderModifierConstructorDescriptionFormulaFillHandleDragMode(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) -
Uses of FormulaDataProvider in org.eclipse.nebula.widgets.nattable.formula.command
Fields in org.eclipse.nebula.widgets.nattable.formula.command declared as FormulaDataProviderModifier and TypeFieldDescriptionprotected FormulaDataProviderFormulaFillHandlePasteCommandHandler.dataProviderprotected FormulaDataProviderFormulaPasteDataCommandHandler.dataProviderConstructors in org.eclipse.nebula.widgets.nattable.formula.command with parameters of type FormulaDataProviderModifierConstructorDescriptionDisableFormulaCachingCommandHandler(FormulaDataProvider formulaDataProvider) DisableFormulaEvaluationCommandHandler(FormulaDataProvider formulaDataProvider) EnableFormulaCachingCommandHandler(FormulaDataProvider formulaDataProvider) EnableFormulaEvaluationCommandHandler(FormulaDataProvider formulaDataProvider) FormulaFillHandlePasteCommandHandler(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) FormulaPasteDataCommandHandler(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) -
Uses of FormulaDataProvider in org.eclipse.nebula.widgets.nattable.formula.config
Constructors in org.eclipse.nebula.widgets.nattable.formula.config with parameters of type FormulaDataProviderModifierConstructorDescriptionDefaultFormulaConfiguration(FormulaDataProvider dataProvider, SelectionLayer selectionLayer, InternalCellClipboard clipboard)