de.cau.cs.kieler.synccharts.text.actions.bridge
Class ActionLabelSerializeCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
de.cau.cs.kieler.synccharts.text.actions.bridge.ActionLabelSerializeCommand
- All Implemented Interfaces:
- Command
public class ActionLabelSerializeCommand
- extends AbstractCommand
- Rating

Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
canExecute, canUndo, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString |
ActionLabelSerializeCommand
public ActionLabelSerializeCommand(Action theAction)
prepare
protected boolean prepare()
- Overrides:
prepare
in class AbstractCommand
execute
public void execute()
redo
public void redo()
undo
public void undo()
- Specified by:
undo
in interface Command
- Overrides:
undo
in class AbstractCommand