de.cau.cs.kieler.kaom.diagram.edit.commands
Class KaomReorientConnectionViewCommand

java.lang.Object
  extended by org.eclipse.core.commands.operations.AbstractOperation
      extended by org.eclipse.emf.workspace.AbstractEMFOperation
          extended by org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
              extended by de.cau.cs.kieler.kaom.diagram.edit.commands.KaomReorientConnectionViewCommand
All Implemented Interfaces:
IUndoableOperation, ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

public class KaomReorientConnectionViewCommand
extends AbstractTransactionalCommand

Rating red
Generated:
This code was automatically generated.

Constructor Summary
KaomReorientConnectionViewCommand(TransactionalEditingDomain editingDomain, String label)
           
 
Method Summary
protected  CommandResult doExecuteWithResult(IProgressMonitor progressMonitor, IAdaptable info)
           
 List getAffectedFiles()
           
 IAdaptable getEdgeAdaptor()
           
 void setEdgeAdaptor(IAdaptable edgeAdaptor)
           
 
Methods inherited from class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
aggregateStatuses, cleanup, compose, didRedo, didUndo, doExecute, doRedo, doUndo, getCommandResult, getWorkspaceFiles, getWorkspaceFiles, internalSetResult, reduce, setResult
 
Methods inherited from class org.eclipse.emf.workspace.AbstractEMFOperation
canRedo, canSetOptions, canUndo, didCommit, dispose, execute, getChange, getEditingDomain, getOptions, isReuseParentTransaction, redo, setOptions, setReuseParentTransaction, undo
 
Methods inherited from class org.eclipse.core.commands.operations.AbstractOperation
addContext, canExecute, getContexts, getLabel, hasContext, removeContext, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.command.ICommand
setLabel
 
Methods inherited from interface org.eclipse.core.commands.operations.IUndoableOperation
addContext, canExecute, canRedo, canUndo, dispose, execute, getContexts, getLabel, hasContext, redo, removeContext, undo
 

Constructor Detail

KaomReorientConnectionViewCommand

public KaomReorientConnectionViewCommand(TransactionalEditingDomain editingDomain,
                                         String label)
Generated:
This code was automatically generated.
Method Detail

getAffectedFiles

public List getAffectedFiles()
Specified by:
getAffectedFiles in interface ICommand
Overrides:
getAffectedFiles in class AbstractTransactionalCommand
Generated:
This code was automatically generated.

getEdgeAdaptor

public IAdaptable getEdgeAdaptor()
Generated:
This code was automatically generated.

setEdgeAdaptor

public void setEdgeAdaptor(IAdaptable edgeAdaptor)
Generated:
This code was automatically generated.

doExecuteWithResult

protected CommandResult doExecuteWithResult(IProgressMonitor progressMonitor,
                                            IAdaptable info)
Specified by:
doExecuteWithResult in class AbstractTransactionalCommand
Generated:
This code was automatically generated.