de.cau.cs.kieler.keg.diagram.edit.commands
Class Edge5ReorientCommand
java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.emf.workspace.AbstractEMFOperation
org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
de.cau.cs.kieler.keg.diagram.edit.commands.Edge5ReorientCommand
- All Implemented Interfaces:
- IUndoableOperation, ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult
public class Edge5ReorientCommand
- extends EditElementCommand
- Rating

- Generated:
- This code was automatically generated.
Methods inherited from class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand |
aggregateStatuses, cleanup, compose, didRedo, didUndo, doExecute, doRedo, doUndo, getAffectedFiles, 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 interface org.eclipse.gmf.runtime.common.core.command.ICommand |
setLabel |
Methods inherited from interface org.eclipse.core.commands.operations.IUndoableOperation |
addContext, canRedo, canUndo, dispose, execute, getContexts, getLabel, hasContext, redo, removeContext, undo |
Edge5ReorientCommand
public Edge5ReorientCommand(ReorientRelationshipRequest request)
- Generated:
- This code was automatically generated.
canExecute
public boolean canExecute()
- Specified by:
canExecute
in interface IUndoableOperation
- Overrides:
canExecute
in class EditElementCommand
- Generated:
- This code was automatically generated.
canReorientSource
protected boolean canReorientSource()
- Generated:
- This code was automatically generated.
canReorientTarget
protected boolean canReorientTarget()
- Generated:
- This code was automatically generated.
doExecuteWithResult
protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info)
throws ExecutionException
- Specified by:
doExecuteWithResult
in class AbstractTransactionalCommand
- Throws:
ExecutionException
- Generated:
- This code was automatically generated.
reorientSource
protected CommandResult reorientSource()
throws ExecutionException
- Throws:
ExecutionException
- Generated:
- This code was automatically generated.
reorientTarget
protected CommandResult reorientTarget()
throws ExecutionException
- Throws:
ExecutionException
- Generated:
- This code was automatically generated.
getLink
protected Edge getLink()
- Generated:
- This code was automatically generated.
getOldSource
protected KPort getOldSource()
- Generated:
- This code was automatically generated.
getNewSource
protected KPort getNewSource()
- Generated:
- This code was automatically generated.
getOldTarget
protected KNode getOldTarget()
- Generated:
- This code was automatically generated.
getNewTarget
protected KNode getNewTarget()
- Generated:
- This code was automatically generated.