Class OrganizationenvironmentmodelModelWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- de.uhd.ifi.se.pcm.bppcm.organizationenvironmentmodel.presentation.OrganizationenvironmentmodelModelWizardGen
-
- de.uhd.ifi.se.pcm.bppcm.organizationenvironmentmodel.presentation.OrganizationenvironmentmodelModelWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
,INewWizard
,IWorkbenchWizard
public class OrganizationenvironmentmodelModelWizard extends OrganizationenvironmentmodelModelWizardGen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.uhd.ifi.se.pcm.bppcm.organizationenvironmentmodel.presentation.OrganizationenvironmentmodelModelWizardGen
OrganizationenvironmentmodelModelWizardGen.OrganizationenvironmentmodelModelWizardInitialObjectCreationPage, OrganizationenvironmentmodelModelWizardGen.OrganizationenvironmentmodelModelWizardNewFileCreationPage
-
-
Field Summary
-
Fields inherited from class de.uhd.ifi.se.pcm.bppcm.organizationenvironmentmodel.presentation.OrganizationenvironmentmodelModelWizardGen
FILE_EXTENSIONS, FORMATTED_FILE_EXTENSIONS, initialObjectCreationPage, initialObjectNames, newFileCreationPage, organizationenvironmentmodelFactory, organizationenvironmentmodelPackage, selection, workbench
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description OrganizationenvironmentmodelModelWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
The framework calls this to create the contents of the wizard.protected EObject
createInitialModel()
Create a new model.boolean
performFinish()
Do the work after everything is specified.-
Methods inherited from class de.uhd.ifi.se.pcm.bppcm.organizationenvironmentmodel.presentation.OrganizationenvironmentmodelModelWizardGen
getInitialObjectNames, getModelFile, init
-
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
-
-
-
-
Method Detail
-
createInitialModel
protected EObject createInitialModel()
Create a new model.- Overrides:
createInitialModel
in classOrganizationenvironmentmodelModelWizardGen
- Generated class or method.
- NOT
-
performFinish
public boolean performFinish()
Do the work after everything is specified.- Specified by:
performFinish
in interfaceIWizard
- Overrides:
performFinish
in classOrganizationenvironmentmodelModelWizardGen
- Generated class or method.
- NOT
-
addPages
public void addPages()
The framework calls this to create the contents of the wizard.- Specified by:
addPages
in interfaceIWizard
- Overrides:
addPages
in classOrganizationenvironmentmodelModelWizardGen
- Generated class or method.
- NOT
-
-