org.eclipse.nebula.widgets.nattable.selection.action
Class SelectRowGroupsAction

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.selection.action.AbstractMouseSelectionAction
      extended by org.eclipse.nebula.widgets.nattable.selection.action.SelectRowGroupsAction
All Implemented Interfaces:
IMouseAction

public class SelectRowGroupsAction
extends AbstractMouseSelectionAction


Constructor Summary
SelectRowGroupsAction()
           
 
Method Summary
 void run(NatTable natTable, org.eclipse.swt.events.MouseEvent event)
          Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.action.AbstractMouseSelectionAction
getGridColumnPosition, getGridRowPosition, isWithControlMask, isWithShiftMask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectRowGroupsAction

public SelectRowGroupsAction()
Method Detail

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
Overrides:
run in class AbstractMouseSelectionAction
Parameters:
natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
event - The received MouseEvent.


Copyright © 2014. All rights reserved.