de.cau.cs.kieler.synccharts.text.actions.bridge
Class ActionLabelSerializeCommand

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by de.cau.cs.kieler.synccharts.text.actions.bridge.ActionLabelSerializeCommand
All Implemented Interfaces:
Command

public class ActionLabelSerializeCommand
extends AbstractCommand

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtying
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
ActionLabelSerializeCommand(Action theAction)
           
 
Method Summary
 void execute()
           
protected  boolean prepare()
           
 void redo()
           
 void undo()
           
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionLabelSerializeCommand

public ActionLabelSerializeCommand(Action theAction)
Method Detail

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