Class EMFProfileCreationWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileCreationWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
,INewWizard
,IWorkbenchWizard
public class EMFProfileCreationWizard extends Wizard implements INewWizard
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected Resource
diagram
protected EMFProfileCreationWizardPage
diagramModelFilePage
protected IStructuredSelection
selection
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description EMFProfileCreationWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
Resource
getDiagram()
IStructuredSelection
getSelection()
IWorkbench
getWorkbench()
void
init(IWorkbench workbench, IStructuredSelection selection)
boolean
isOpenNewlyCreatedDiagramEditor()
boolean
performFinish()
void
setOpenNewlyCreatedDiagramEditor(boolean openNewlyCreatedDiagramEditor)
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
-
-
-
Field Detail
-
selection
protected IStructuredSelection selection
- Generated class or method.
-
diagramModelFilePage
protected EMFProfileCreationWizardPage diagramModelFilePage
- Generated class or method.
-
diagram
protected Resource diagram
- Generated class or method.
-
-
Method Detail
-
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 interfaceIWorkbenchWizard
- Generated class or method.
-
addPages
public void addPages()
-
performFinish
public boolean performFinish()
- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
- Generated class or method.
-
-