org.eclipse.gmf.map.editor.edit.commands
Class GMFMapReorientConnectionViewCommand
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.map.editor.edit.commands.GMFMapReorientConnectionViewCommand
- All Implemented Interfaces:
- org.eclipse.core.commands.operations.IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult
public class GMFMapReorientConnectionViewCommand
- extends org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
- Generated
Method Summary |
protected org.eclipse.gmf.runtime.common.core.command.CommandResult |
doExecuteWithResult(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
org.eclipse.core.runtime.IAdaptable info)
|
List |
getAffectedFiles()
|
org.eclipse.core.runtime.IAdaptable |
getEdgeAdaptor()
|
void |
setEdgeAdaptor(org.eclipse.core.runtime.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 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 |
GMFMapReorientConnectionViewCommand
public GMFMapReorientConnectionViewCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
String label)
- Generated
getAffectedFiles
public List getAffectedFiles()
- Specified by:
getAffectedFiles
in interface org.eclipse.gmf.runtime.common.core.command.ICommand
- Overrides:
getAffectedFiles
in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
- Generated
getEdgeAdaptor
public org.eclipse.core.runtime.IAdaptable getEdgeAdaptor()
- Generated
setEdgeAdaptor
public void setEdgeAdaptor(org.eclipse.core.runtime.IAdaptable edgeAdaptor)
- Generated
doExecuteWithResult
protected org.eclipse.gmf.runtime.common.core.command.CommandResult doExecuteWithResult(org.eclipse.core.runtime.IProgressMonitor progressMonitor,
org.eclipse.core.runtime.IAdaptable info)
- Specified by:
doExecuteWithResult
in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
- Generated
Copyright © 2012. All Rights Reserved.