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>

public class EditCellCommandHandler extends AbstractLayerCommandHandler<EditCellCommand>
Command handler for handling EditCellCommands. 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.