de.tu_berlin.cs.tfs.muvitorkit.commands
Class SimpleDeleteEObjectCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by de.tu_berlin.cs.tfs.muvitorkit.commands.SimpleDeleteEObjectCommand

public class SimpleDeleteEObjectCommand
extends Command

Document SimpleDeleteEObjectCommand

Rating red

Constructor Summary
SimpleDeleteEObjectCommand(EObject model)
           
 
Method Summary
 boolean canExecute()
           
 void execute()
           
 void undo()
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canUndo, chain, dispose, getDebugLabel, getLabel, redo, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDeleteEObjectCommand

public SimpleDeleteEObjectCommand(EObject model)
Method Detail

canExecute

public boolean canExecute()
Overrides:
canExecute in class Command

execute

public void execute()
Overrides:
execute in class Command

undo

public void undo()
Overrides:
undo in class Command