Package de.uka.ipd.sdq.pcm.gmf.seff.part
Class PalladioComponentModelNewDiagramFileWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
de.uka.ipd.sdq.pcm.gmf.seff.part.PalladioComponentModelNewDiagramFileWizard
- All Implemented Interfaces:
IShellProvider
,IWizard
- Generated class or method.
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
ConstructorDescriptionPalladioComponentModelNewDiagramFileWizard
(URI domainModelURI, EObject diagramRoot, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Instantiates a new palladio component model new diagram file wizard. -
Method Summary
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
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 uridiagramRoot
- the diagram rooteditingDomain
- the editing domain- Generated class or method.
- not
-
-
Method Details
-
addPages
public void addPages()Adds the pages. -
performFinish
public boolean performFinish()Perform finish.- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
- Returns:
- true, if successful
- Generated class or method.
- not
-