org.eclipse.emf.codegen.ecore.genmodel.presentation
Class GenModelModelWizard.GenModelModelWizardNewFileCreationPage
org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
- Enclosing class:
- GenModelModelWizard
- public class GenModelModelWizard.GenModelModelWizardNewFileCreationPage
This is the one page of the wizard.
Field Summary |
protected org.eclipse.core.resources.IFile |
modelFile
Remember the model file. |
Method Summary |
org.eclipse.core.resources.IFile |
getGenModelFile()
|
boolean |
performFinish()
Store the dialog field settings upon completion. |
protected boolean |
validatePage()
The framework calls this to see if the file is correct. |
modelFile
protected org.eclipse.core.resources.IFile modelFile
- Remember the model file.
GenModelModelWizard.GenModelModelWizardNewFileCreationPage
public GenModelModelWizard.GenModelModelWizardNewFileCreationPage(java.lang.String pageId,
org.eclipse.jface.viewers.IStructuredSelection selection)
- Pass in the selection.
validatePage
protected boolean validatePage()
- The framework calls this to see if the file is correct.
performFinish
public boolean performFinish()
- Store the dialog field settings upon completion.
getGenModelFile
public org.eclipse.core.resources.IFile getGenModelFile()