Class 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 Detail

      • CreateColumnGroupAction

        public CreateColumnGroupAction()
    • Method Detail

      • run

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