public class SelectCellCommand extends AbstractPositionCommand
Modifier | Constructor and Description |
---|---|
|
SelectCellCommand(ILayer layer,
int columnPosition,
int rowPosition,
boolean shiftMask,
boolean controlMask) |
protected |
SelectCellCommand(SelectCellCommand command) |
Modifier and Type | Method and Description |
---|---|
SelectCellCommand |
cloneCommand()
Same semantics as
Object.clone()
Used to make a copies of the command if has to passed to different layer stacks. |
boolean |
isControlMask() |
boolean |
isForcingEntireCellIntoViewport() |
boolean |
isShiftMask() |
void |
setForcingEntireCellIntoViewport(boolean forcingEntireCellIntoViewport) |
convertToTargetLayer, getColumnPosition, getRowPosition, toString
public SelectCellCommand(ILayer layer, int columnPosition, int rowPosition, boolean shiftMask, boolean controlMask)
protected SelectCellCommand(SelectCellCommand command)
public boolean isShiftMask()
public boolean isControlMask()
public boolean isForcingEntireCellIntoViewport()
public void setForcingEntireCellIntoViewport(boolean forcingEntireCellIntoViewport)
public SelectCellCommand cloneCommand()
ILayerCommand
Object.clone()
Used to make a copies of the command if has to passed to different layer stacks.GridLayer.doCommand(ILayerCommand)
Copyright © 2013. All Rights Reserved.