Class SelectColumnCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
org.eclipse.nebula.widgets.nattable.selection.command.SelectColumnCommand
- All Implemented Interfaces:
ILayerCommand
-
Constructor Summary
ModifierConstructorDescriptionSelectColumnCommand
(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask) protected
SelectColumnCommand
(SelectColumnCommand command) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.boolean
boolean
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractPositionCommand
convertToTargetLayer, getColumnPosition, getLayer, getRowPosition, toString
-
Constructor Details
-
SelectColumnCommand
public SelectColumnCommand(ILayer layer, int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask) -
SelectColumnCommand
-
-
Method Details
-
isWithShiftMask
public boolean isWithShiftMask() -
isWithControlMask
public boolean isWithControlMask() -
cloneCommand
Description copied from interface:ILayerCommand
Same semantics asObject.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:
-