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