Class EMFProfileCreateShortcutDecorationsCommand

  • All Implemented Interfaces:
    IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

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

      • EMFProfileCreateShortcutDecorationsCommand

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

        public EMFProfileCreateShortcutDecorationsCommand​(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 Detail

      • 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.