de.uka.ipd.sdq.featuremodel.presentation
Class featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage

java.lang.Object
  extended by WizardNewFileCreationPage
      extended by de.uka.ipd.sdq.featuremodel.presentation.featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage
Enclosing class:
featuremodelModelWizard

public class featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage
extends WizardNewFileCreationPage

This is the one page of the wizard.


Constructor Summary
featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage(String pageId, IStructuredSelection selection)
          Pass in the selection.
 
Method Summary
 IFile getModelFile()
           
protected  boolean validatePage()
          The framework calls this to see if the file is correct.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage

public featuremodelModelWizard.featuremodelModelWizardNewFileCreationPage(String pageId,
                                                                          IStructuredSelection selection)
Pass in the selection.

Method Detail

validatePage

protected boolean validatePage()
The framework calls this to see if the file is correct.


getModelFile

public IFile getModelFile()