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.
 
Constructor Summary
EcoreModelWizard.EcoreModelWizardNewFileCreationPage(java.lang.String pageId, org.eclipse.jface.viewers.IStructuredSelection selection)
          Pass in the selection.
 
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.
 

Field Detail

modelFile

protected org.eclipse.core.resources.IFile modelFile
Remember the model file.
Constructor Detail

EcoreModelWizard.EcoreModelWizardNewFileCreationPage

public EcoreModelWizard.EcoreModelWizardNewFileCreationPage(java.lang.String pageId,
                                                            org.eclipse.jface.viewers.IStructuredSelection selection)
Pass in the selection.
Method Detail

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()

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.