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. |
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. |
modelFile
protected org.eclipse.core.resources.IFile modelFile
- Remember the model file.
XSDModelWizard.XSDModelWizardNewFileCreationPage
public XSDModelWizard.XSDModelWizardNewFileCreationPage(java.lang.String pageId,
org.eclipse.jface.viewers.IStructuredSelection selection)
- Pass in the selection.
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()
-