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

Field Detail

modelFile

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

GenModelModelWizard.GenModelModelWizardNewFileCreationPage

public GenModelModelWizard.GenModelModelWizardNewFileCreationPage(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.

getGenModelFile

public org.eclipse.core.resources.IFile getGenModelFile()

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