Class AbstractSelectionCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.selection.command.AbstractSelectionCommand
- All Implemented Interfaces:
ILayerCommand
- Direct Known Subclasses:
ClearAllSelectionsCommand,MoveSelectionCommand,ScrollSelectionCommand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
AbstractSelectionCommand
public AbstractSelectionCommand(boolean shiftMask, boolean controlMask)
-
-
Method Details
-
isShiftMask
public boolean isShiftMask() -
isControlMask
public boolean isControlMask()
-