public class SelectColumnCommandHandler extends Object implements ILayerCommandHandler<SelectColumnCommand>
Constructor and Description |
---|
SelectColumnCommandHandler(SelectionLayer selectionLayer) |
Modifier and Type | Method and Description |
---|---|
boolean |
doCommand(ILayer targetLayer,
SelectColumnCommand command) |
Class<SelectColumnCommand> |
getCommandClass() |
protected void |
selectColumn(int columnPosition,
int rowPosition,
boolean withShiftMask,
boolean withControlMask) |
public SelectColumnCommandHandler(SelectionLayer selectionLayer)
public boolean doCommand(ILayer targetLayer, SelectColumnCommand command)
doCommand
in interface ILayerCommandHandler<SelectColumnCommand>
targetLayer
- the target layercommand
- the commandprotected void selectColumn(int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask)
public Class<SelectColumnCommand> getCommandClass()
getCommandClass
in interface ILayerCommandHandler<SelectColumnCommand>
Copyright © 2013. All Rights Reserved.