Class PalladioComponentModelNewDiagramFileWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
de.uka.ipd.sdq.pcm.gmf.seff.part.PalladioComponentModelNewDiagramFileWizard
All Implemented Interfaces:
IShellProvider, IWizard

public class PalladioComponentModelNewDiagramFileWizard extends Wizard
Generated class or method.
  • Constructor Details

    • PalladioComponentModelNewDiagramFileWizard

      public PalladioComponentModelNewDiagramFileWizard(URI domainModelURI, EObject diagramRoot, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
      Instantiates a new palladio component model new diagram file wizard.
      Parameters:
      domainModelURI - the domain model uri
      diagramRoot - the diagram root
      editingDomain - the editing domain
      Generated class or method.
      not
  • Method Details

    • addPages

      public void addPages()
      Adds the pages.
      Specified by:
      addPages in interface IWizard
      Overrides:
      addPages in class Wizard
      Generated class or method.
      not
    • performFinish

      public boolean performFinish()
      Perform finish.
      Specified by:
      performFinish in interface IWizard
      Specified by:
      performFinish in class Wizard
      Returns:
      true, if successful
      Generated class or method.
      not