Class ViewportSelectRowGroupAction

java.lang.Object
org.eclipse.nebula.widgets.nattable.group.action.ViewportSelectRowGroupAction
All Implemented Interfaces:
IMouseAction

public class ViewportSelectRowGroupAction extends Object implements IMouseAction
IMouseAction that is used to trigger the selection of all rows belonging to a row group.
Since:
1.6
  • Constructor Details

    • ViewportSelectRowGroupAction

      public ViewportSelectRowGroupAction(boolean withShiftMask, boolean withControlMask)
  • Method Details

    • run

      public void run(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
      Description copied from interface: IMouseAction
      Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
      Specified by:
      run in interface IMouseAction
      Parameters:
      natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
      event - The received MouseEvent.