Class CreateColumnGroupAction

java.lang.Object
org.eclipse.nebula.widgets.nattable.group.performance.action.CreateColumnGroupAction
All Implemented Interfaces:
IKeyAction

public class CreateColumnGroupAction extends Object implements IKeyAction
Action to trigger creation of a column group based on the currently fully selected columns and the name provided by the user via dialog.
Since:
1.6
  • Constructor Details

    • CreateColumnGroupAction

      public CreateColumnGroupAction()
  • Method Details

    • run

      public void run(NatTable natTable, org.eclipse.swt.events.KeyEvent event)
      Specified by:
      run in interface IKeyAction