org.eclipse.nebula.widgets.nattable.edit.command
Class EditSelectionCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<EditSelectionCommand>
org.eclipse.nebula.widgets.nattable.edit.command.EditSelectionCommandHandler
- All Implemented Interfaces:
- ILayerCommandHandler<EditSelectionCommand>
public class EditSelectionCommandHandler
- extends AbstractLayerCommandHandler<EditSelectionCommand>
Command handler for handling EditSelectionCommand
s.
Will first check if all selected cells are editable and if they have the same
editor configured. Will call the EditController
for activation of the
edit mode if these checks succeed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditSelectionCommandHandler
public EditSelectionCommandHandler(SelectionLayer selectionLayer)
getCommandClass
public Class<EditSelectionCommand> getCommandClass()
doCommand
public boolean doCommand(EditSelectionCommand command)
- Specified by:
doCommand
in class AbstractLayerCommandHandler<EditSelectionCommand>
Copyright © 2014. All rights reserved.