Class PalladioComponentModelCreationWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
de.uka.ipd.sdq.pcm.gmf.usage.part.PalladioComponentModelCreationWizard
All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class PalladioComponentModelCreationWizard extends Wizard implements INewWizard
Generated class or method.
  • Field Details

  • Constructor Details

    • PalladioComponentModelCreationWizard

      public PalladioComponentModelCreationWizard()
  • Method Details

    • getWorkbench

      public IWorkbench getWorkbench()
      Generated class or method.
    • getSelection

      public IStructuredSelection getSelection()
      Generated class or method.
    • getDiagram

      public final Resource getDiagram()
      Generated class or method.
    • isOpenNewlyCreatedDiagramEditor

      public final boolean isOpenNewlyCreatedDiagramEditor()
      Generated class or method.
    • setOpenNewlyCreatedDiagramEditor

      public void setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)
      Generated class or method.
    • init

      public void init(IWorkbench workbench, IStructuredSelection selection)
      Specified by:
      init in interface IWorkbenchWizard
      Generated class or method.
    • addPages

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

      public boolean performFinish()
      Specified by:
      performFinish in interface IWizard
      Specified by:
      performFinish in class Wizard
      Generated class or method.