Class SimpleMoveColumnCommand

    • Constructor Detail

      • SimpleMoveColumnCommand

        public SimpleMoveColumnCommand​(List<BaseColumn> columns,
                                       BaseColumn column,
                                       int srcColIndex,
                                       int destColIndex)
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface Command
      • undo

        public void undo()
        Specified by:
        undo in interface Command
      • redo

        public void redo()
        Specified by:
        redo in interface Command