org.eclipse.emf.codegen.ecore.genmodel.presentation
Class GenModelModelWizard
org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
|
+--org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
- All Implemented Interfaces:
- org.eclipse.ui.INewWizard, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IWorkbenchWizard
- public class GenModelModelWizard
- extends EMFProjectWizard
This is a simple wizard for creating a new model file.
Fields inherited from class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard |
detailsPage, ECORE, ecoreModelPage, ePackageToInformationMap, genModelFile, JAVA, javaEcoreBuilder, modelFile, NEW_FILE, NEW_PROJECT, newProjectCreationPage, NOTHING, originalGenModel, packagePage, RELOAD, ROSE, roseModelPage, selection, whichModel, whichStyle, workbench, workspaceRoot, xmlSchemaModelPage, XSD |
Method Summary |
void |
addPages()
The framework calls this to create the contents of the wizard. |
org.eclipse.core.resources.IFile |
getGenModelFile()
Get the file from the page. |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
Initializes by recording the arguments. |
newFileCreationPage
protected GenModelModelWizard.GenModelModelWizardNewFileCreationPage newFileCreationPage
- This is the one and only page.
GenModelModelWizard
public GenModelModelWizard()
init
public void init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
- Initializes by recording the arguments.
- Overrides:
init
in class EMFProjectWizard
addPages
public void addPages()
- The framework calls this to create the contents of the wizard.
- Overrides:
addPages
in class EMFProjectWizard
getGenModelFile
public org.eclipse.core.resources.IFile getGenModelFile()
- Get the file from the page.
- Overrides:
getGenModelFile
in class EMFProjectWizard