org.eclipse.xsd.presentation
Class XSDModelWizard.XSDModelWizardNewFileCreationPage

org.eclipse.xsd.presentation.XSDModelWizard.XSDModelWizardNewFileCreationPage
Enclosing class:
XSDModelWizard

public class XSDModelWizard.XSDModelWizardNewFileCreationPage

This is the one page of the wizard.


Field Summary
protected  org.eclipse.core.resources.IFile modelFile
          Remember the model file.
 
Constructor Summary
XSDModelWizard.XSDModelWizardNewFileCreationPage(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

XSDModelWizard.XSDModelWizardNewFileCreationPage

public XSDModelWizard.XSDModelWizardNewFileCreationPage(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.