Class ViewportSelectColumnGroupAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.group.action.ViewportSelectColumnGroupAction
- All Implemented Interfaces:
IMouseAction
IMouseAction that is used to trigger the selection of all columns
belonging to a column group.- Since:
- 1.6
-
Constructor Summary
ConstructorsConstructorDescriptionViewportSelectColumnGroupAction(boolean withShiftMask, boolean withControlMask) -
Method Summary
-
Constructor Details
-
ViewportSelectColumnGroupAction
public ViewportSelectColumnGroupAction(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.
-