Class EnableFormulaEvaluationCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.command.EnableFormulaEvaluationCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<EnableFormulaEvaluationCommand>
public class EnableFormulaEvaluationCommandHandler
extends Object
implements ILayerCommandHandler<EnableFormulaEvaluationCommand>
Enables the formula evaluation in the
FormulaDataProvider.- Since:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnableFormulaEvaluationCommandHandler(FormulaDataProvider formulaDataProvider) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCommand(ILayer targetLayer, EnableFormulaEvaluationCommand command)
-
Constructor Details
-
EnableFormulaEvaluationCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin interfaceILayerCommandHandler<EnableFormulaEvaluationCommand>- Parameters:
targetLayer- the target layercommand- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClassin interfaceILayerCommandHandler<EnableFormulaEvaluationCommand>
-