org.eclipse.nebula.widgets.nattable.test.fixture.command
Class ScrollSelectionCommandFixture

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
      extended by org.eclipse.nebula.widgets.nattable.selection.command.AbstractSelectionCommand
          extended by org.eclipse.nebula.widgets.nattable.selection.command.ScrollSelectionCommand
              extended by org.eclipse.nebula.widgets.nattable.test.fixture.command.ScrollSelectionCommandFixture
All Implemented Interfaces:
ILayerCommand

public class ScrollSelectionCommandFixture
extends ScrollSelectionCommand


Field Summary
static boolean DEFAULT_CTRL_MASK
           
static SelectionLayer.MoveDirectionEnum DEFAULT_DIRECTION
           
static boolean DEFAULT_SHIFT_MASK
           
 
Constructor Summary
ScrollSelectionCommandFixture()
           
ScrollSelectionCommandFixture(SelectionLayer.MoveDirectionEnum direction)
           
 
Method Summary
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.command.ScrollSelectionCommand
getDirection
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.command.AbstractSelectionCommand
isControlMask, isShiftMask
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DIRECTION

public static final SelectionLayer.MoveDirectionEnum DEFAULT_DIRECTION

DEFAULT_SHIFT_MASK

public static final boolean DEFAULT_SHIFT_MASK
See Also:
Constant Field Values

DEFAULT_CTRL_MASK

public static final boolean DEFAULT_CTRL_MASK
See Also:
Constant Field Values
Constructor Detail

ScrollSelectionCommandFixture

public ScrollSelectionCommandFixture()

ScrollSelectionCommandFixture

public ScrollSelectionCommandFixture(SelectionLayer.MoveDirectionEnum direction)


Copyright © 2015. All rights reserved.