de.tu_berlin.cs.tfs.muvitorkit.actions
Class GenericPasteAction.PasteCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by de.tu_berlin.cs.tfs.muvitorkit.actions.GenericPasteAction.PasteCommand
Enclosing class:
GenericPasteAction

public static class GenericPasteAction.PasteCommand
extends Command

Rating red

Constructor Summary
GenericPasteAction.PasteCommand(EObject target, String clipString)
           
 
Method Summary
 void execute()
           
 void undo()
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, 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

GenericPasteAction.PasteCommand

public GenericPasteAction.PasteCommand(EObject target,
                                       String clipString)
Parameters:
target -
clipString -
Method Detail

execute

public void execute()
Overrides:
execute in class Command

undo

public void undo()
Overrides:
undo in class Command