public class AddLabelCommand extends ExecutableCommandWrapper implements ExecutableCommand
Adds a label to an Item
based on its current state.
Usage:
new AddLabelCommand(myItem, "my label").execute();
Constructor and Description |
---|
AddLabelCommand(Item item,
String label)
Instantiates a command to add a label.
|
AddLabelCommand(Item item,
String label,
String comment)
Instantiates a command to add a label and a comment.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute