public class DeleteLabelCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes a label on an Item
.
Usage:
new DeleteLabelCommand(myItem, "my label").execute();
Constructor and Description |
---|
DeleteLabelCommand(Item item,
String label)
Instantiates a command to delete a label.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute