Class ReorderColumnsAndGroupsCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class ReorderColumnsAndGroupsCommand
    extends MultiColumnReorderCommand
    Reorder single multiple columns and column groups in one shot. - Needed by the column chooser
    • Constructor Detail

      • ReorderColumnsAndGroupsCommand

        public ReorderColumnsAndGroupsCommand​(ILayer layer,
                                              List<Integer> fromColumnPositions,
                                              int toColumnPositions)
        If any of the fromColumnPositions contain a group - the group will be moved.