de.uka.ipd.sdq.completions.presentation
Class CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage

java.lang.Object
  extended by WizardNewFileCreationPage
      extended by de.uka.ipd.sdq.completions.presentation.CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage
Enclosing class:
CompletionsModelWizard

public class CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage
extends WizardNewFileCreationPage

This is the one page of the wizard.


Constructor Summary
CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage(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

CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage

public CompletionsModelWizard.CompletionsModelWizardNewFileCreationPage(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()