Class DeleteLabelCommand

    • Constructor Detail

      • DeleteLabelCommand

        public DeleteLabelCommand​(Item item,
                                  String label)
        Instantiates a command to delete a label.
        Parameters:
        item - the item on which to delete a label.
        label - the label to delete.