Class CreateRowGroupAction

  • All Implemented Interfaces:
    IKeyAction

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

      • CreateRowGroupAction

        public CreateRowGroupAction()
    • Method Detail

      • run

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