Class ViewportSelectRowAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.viewport.action.ViewportSelectRowAction
- All Implemented Interfaces:
IMouseAction
Event fired when the ctrl key is pressed and the row header is
clicked. Note: Fires command in NatTable coordinates.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViewportSelectRowAction
public ViewportSelectRowAction(boolean withShiftMask, boolean withControlMask)
-
-
Method Details
-
run
Description copied from interface:IMouseActionTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.- Specified by:
runin interfaceIMouseAction- Parameters:
natTable- The NatTable instance on which the MouseEvent was fired and on which the command should be executed.event- The received MouseEvent.
-