g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.edit.commands
Class WorkflowReorientConnectionViewCommand

java.lang.Object
  extended by AbstractTransactionalCommand
      extended by eu.geclipse.workflow.ui.edit.commands.WorkflowReorientConnectionViewCommand

public class WorkflowReorientConnectionViewCommand
extends AbstractTransactionalCommand


Constructor Summary
WorkflowReorientConnectionViewCommand(TransactionalEditingDomain editingDomain, java.lang.String label)
           
 
Method Summary
 java.util.List getAffectedFiles()
           
 IAdaptable getEdgeAdaptor()
           
 void setEdgeAdaptor(IAdaptable edgeAdaptor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowReorientConnectionViewCommand

public WorkflowReorientConnectionViewCommand(TransactionalEditingDomain editingDomain,
                                             java.lang.String label)
Parameters:
editingDomain -
label -
Method Detail

getAffectedFiles

public java.util.List getAffectedFiles()

getEdgeAdaptor

public IAdaptable getEdgeAdaptor()
Returns:
edgeAdaptor

setEdgeAdaptor

public void setEdgeAdaptor(IAdaptable edgeAdaptor)
Parameters:
edgeAdaptor -

g-Eclipse
Release 1.0.0