public class EditSelectionCommandHandler extends AbstractLayerCommandHandler<EditSelectionCommand>
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.Constructor and Description |
---|
EditSelectionCommandHandler(SelectionLayer selectionLayer) |
Modifier and Type | Method and Description |
---|---|
boolean |
doCommand(EditSelectionCommand command) |
Class<EditSelectionCommand> |
getCommandClass() |
doCommand
public EditSelectionCommandHandler(SelectionLayer selectionLayer)
public Class<EditSelectionCommand> getCommandClass()
public boolean doCommand(EditSelectionCommand command)
doCommand
in class AbstractLayerCommandHandler<EditSelectionCommand>
Copyright © 2013. All Rights Reserved.