Class PalladioComponentModelCreateShortcutDecorationsCommand

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.emf.workspace.AbstractEMFOperation
org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
de.uka.ipd.sdq.pcm.gmf.repository.edit.commands.PalladioComponentModelCreateShortcutDecorationsCommand
All Implemented Interfaces:
IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

public class PalladioComponentModelCreateShortcutDecorationsCommand extends org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
Generated class or method.
  • Constructor Details

    • PalladioComponentModelCreateShortcutDecorationsCommand

      public PalladioComponentModelCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, org.eclipse.gmf.runtime.notation.View parentView, List viewDescriptors)
      Generated class or method.
    • PalladioComponentModelCreateShortcutDecorationsCommand

      public PalladioComponentModelCreateShortcutDecorationsCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, org.eclipse.gmf.runtime.notation.View parentView, org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest.ViewDescriptor viewDescriptor)
      Generated class or method.
  • Method Details

    • doExecuteWithResult

      protected org.eclipse.gmf.runtime.common.core.command.CommandResult doExecuteWithResult(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
      Specified by:
      doExecuteWithResult in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
      Throws:
      ExecutionException
      Generated class or method.