org.eclipse.nebula.widgets.nattable.selection.command
Class SelectColumnCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
org.eclipse.nebula.widgets.nattable.selection.command.SelectColumnCommand
- All Implemented Interfaces:
- ILayerCommand
public class SelectColumnCommand
- extends AbstractPositionCommand
SelectColumnCommand
public SelectColumnCommand(ILayer layer,
int columnPosition,
int rowPosition,
boolean withShiftMask,
boolean withControlMask)
SelectColumnCommand
protected SelectColumnCommand(SelectColumnCommand command)
isWithShiftMask
public boolean isWithShiftMask()
isWithControlMask
public boolean isWithControlMask()
cloneCommand
public SelectColumnCommand cloneCommand()
- Description copied from interface:
ILayerCommand
- Same semantics as
Object.clone()
Used to make a copies of the
command if has to passed to different layer stacks.
- Returns:
- a cloned instance of the command
- See Also:
GridLayer.doCommand(ILayerCommand)
Copyright © 2015. All rights reserved.