Class SelectCellAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.action.AbstractMouseSelectionAction
org.eclipse.nebula.widgets.nattable.selection.action.SelectCellAction
- All Implemented Interfaces:
IMouseAction
Action executed when the user selects any cell in the grid.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.action.AbstractMouseSelectionAction
getGridColumnPosition, getGridRowPosition, isWithControlMask, isWithShiftMask
-
Constructor Details
-
SelectCellAction
public SelectCellAction()
-
-
Method Details
-
run
Description copied from interface:IMouseActionTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.- Specified by:
runin interfaceIMouseAction- Overrides:
runin classAbstractMouseSelectionAction- Parameters:
natTable- The NatTable instance on which the MouseEvent was fired and on which the command should be executed.event- The received MouseEvent.
-