Class DeleteSelectionCommandHandler

java.lang.Object
org.eclipse.nebula.widgets.nattable.edit.command.DeleteSelectionCommandHandler
All Implemented Interfaces:
ILayerCommandHandler<DeleteSelectionCommand>

public class DeleteSelectionCommandHandler extends Object implements ILayerCommandHandler<DeleteSelectionCommand>
ILayerCommandHandler for handling DeleteSelectionCommands. Sets the values of the current selected cells to null.
Since:
1.4
See Also: