Class RowDeleteCommand

    • Constructor Detail

      • RowDeleteCommand

        public RowDeleteCommand​(ILayer layer,
                                int... rowPositions)
        Creates a RowDeleteCommand.
        Parameters:
        layer - The layer to which the row positions match.
        rowPositions - The row positions to delete.
      • RowDeleteCommand

        protected RowDeleteCommand​(RowDeleteCommand command)
        Clone constructor.
        Parameters:
        command - The command to clone.