org.eclipse.emf.ecore.presentation
Class EcoreModelWizard.EcoreModelWizardNewFileCreationPage
org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
- Enclosing class:
- EcoreModelWizard
- public class EcoreModelWizard.EcoreModelWizardNewFileCreationPage
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 |
getModelFile()
|
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.
EcoreModelWizard.EcoreModelWizardNewFileCreationPage
public EcoreModelWizard.EcoreModelWizardNewFileCreationPage(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.
getModelFile
public org.eclipse.core.resources.IFile getModelFile()
-