Class ScrollSelectionCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.selection.command.AbstractSelectionCommand
org.eclipse.nebula.widgets.nattable.selection.command.ScrollSelectionCommand
- All Implemented Interfaces:
ILayerCommand
- Direct Known Subclasses:
ScrollSelectionCommandFixture
-
Constructor Summary
ConstructorsConstructorDescriptionScrollSelectionCommand(SelectionLayer.MoveDirectionEnum direction, boolean shiftMask, boolean controlMask) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.command.AbstractSelectionCommand
isControlMask, isShiftMaskMethods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
ScrollSelectionCommand
public ScrollSelectionCommand(SelectionLayer.MoveDirectionEnum direction, boolean shiftMask, boolean controlMask)
-
-
Method Details
-
getDirection
-