org.eclipse.gmf.runtime.lite.commands
Class WrappingCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.eclipse.gmf.runtime.lite.commands.AbstractWrappingCommand
          extended by org.eclipse.gmf.runtime.lite.commands.WrappingCommand

public class WrappingCommand
extends AbstractWrappingCommand


Constructor Summary
WrappingCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, org.eclipse.emf.common.command.Command emfCommand)
           
 
Method Summary
 org.eclipse.emf.common.command.Command getEMFCommand()
           
protected  org.eclipse.core.commands.operations.IUndoableOperation getOperation()
           
 
Methods inherited from class org.eclipse.gmf.runtime.lite.commands.AbstractWrappingCommand
canExecute, canUndo, dispose, execute, getEditingDomain, redo, undo
 
Methods inherited from class org.eclipse.gef.commands.Command
chain, getDebugLabel, getLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappingCommand

public WrappingCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
                       org.eclipse.emf.common.command.Command emfCommand)
Method Detail

getEMFCommand

public org.eclipse.emf.common.command.Command getEMFCommand()

getOperation

protected org.eclipse.core.commands.operations.IUndoableOperation getOperation()
Specified by:
getOperation in class AbstractWrappingCommand


Copyright © 2012. All Rights Reserved.