Class SelectColumnCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.SelectColumnCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<SelectColumnCommand>
public class SelectColumnCommandHandler
extends Object
implements ILayerCommandHandler<SelectColumnCommand>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doCommand
(ILayer targetLayer, SelectColumnCommand command) protected void
selectColumn
(int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask)
-
Field Details
-
selectionLayer
- Since:
- 1.6
-
-
Constructor Details
-
SelectColumnCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in interfaceILayerCommandHandler<SelectColumnCommand>
- Parameters:
targetLayer
- the target layercommand
- the command- Returns:
- true if the command has been handled, false otherwise
-
selectColumn
protected void selectColumn(int columnPosition, int rowPosition, boolean withShiftMask, boolean withControlMask) -
getCommandClass
- Specified by:
getCommandClass
in interfaceILayerCommandHandler<SelectColumnCommand>
-