Class LinkingResourceCreateCommand

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

    public class LinkingResourceCreateCommand
    extends org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
    Generated class or method.
    • Constructor Detail

      • LinkingResourceCreateCommand

        public LinkingResourceCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req)
        Generated class or method.
    • Method Detail

      • getElementToEdit

        protected EObject getElementToEdit()
        Overrides:
        getElementToEdit in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
        Generated class or method.
      • canExecute

        public boolean canExecute()
        Specified by:
        canExecute in interface IUndoableOperation
        Overrides:
        canExecute in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
        Generated class or method.
      • 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.