org.eclipse.gmf.graphdef.editor.edit.commands
Class GMFGraphCreateShortcutDecorationsCommand
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.graphdef.editor.edit.commands.GMFGraphCreateShortcutDecorationsCommand
- 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 GMFGraphCreateShortcutDecorationsCommand
- extends org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
- Generated
Constructor Summary |
GMFGraphCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
org.eclipse.gmf.runtime.notation.View parentView,
org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest.ViewDescriptor viewDescriptor)
|
GMFGraphCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
org.eclipse.gmf.runtime.notation.View parentView,
List viewDescriptors)
|
Method Summary |
protected org.eclipse.gmf.runtime.common.core.command.CommandResult |
doExecuteWithResult(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info)
|
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 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 |
GMFGraphCreateShortcutDecorationsCommand
public GMFGraphCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
org.eclipse.gmf.runtime.notation.View parentView,
List viewDescriptors)
- Generated
GMFGraphCreateShortcutDecorationsCommand
public GMFGraphCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
org.eclipse.gmf.runtime.notation.View parentView,
org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest.ViewDescriptor viewDescriptor)
- Generated
doExecuteWithResult
protected org.eclipse.gmf.runtime.common.core.command.CommandResult doExecuteWithResult(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info)
throws org.eclipse.core.commands.ExecutionException
- Specified by:
doExecuteWithResult
in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
- Throws:
org.eclipse.core.commands.ExecutionException
- Generated
Copyright © 2012. All Rights Reserved.