Class EMFProfileNewDiagramFileWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileNewDiagramFileWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
public class EMFProfileNewDiagramFileWizard extends Wizard
- Generated class or method.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description EMFProfileNewDiagramFileWizard(URI domainModelURI, EObject diagramRoot, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
boolean
performFinish()
-
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
-
-
-
-
Method Detail
-
addPages
public void addPages()
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
- Generated class or method.
-
-