Class EditCellCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<EditCellCommand>
org.eclipse.nebula.widgets.nattable.edit.command.EditCellCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<EditCellCommand>
Command handler for handling
EditCellCommand
s. Will first check if
putting the cell into edit mode is allowed. If it is allowed it will call the
EditController
for activation of the edit mode.-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
EditCellCommandHandler
public EditCellCommandHandler()
-
-
Method Details
-
getCommandClass
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<EditCellCommand>
-