org.eclipse.xsd.presentation
Class XSDModelWizard.XSDModelWizardInitialObjectCreationPage

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

public class XSDModelWizard.XSDModelWizardInitialObjectCreationPage

This is the page where the type of object to create is selected.


Field Summary
protected  org.eclipse.swt.widgets.Text schemaForSchemaNamespaceText
           
protected  org.eclipse.swt.widgets.Text schemaForSchemaPrefixText
           
protected  org.eclipse.swt.widgets.Text schemaNamespaceText
           
protected  org.eclipse.swt.widgets.Text schemaPrefixText
           
 
Constructor Summary
XSDModelWizard.XSDModelWizardInitialObjectCreationPage(java.lang.String pageId)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 org.eclipse.emf.ecore.EObject createInitialModel()
           
 boolean isPageComplete()
          The framework calls this to see if the file is correct.
 boolean performFinish()
          Store the dialog field settings upon completion.
 

Field Detail

schemaForSchemaPrefixText

protected org.eclipse.swt.widgets.Text schemaForSchemaPrefixText

schemaForSchemaNamespaceText

protected org.eclipse.swt.widgets.Text schemaForSchemaNamespaceText

schemaPrefixText

protected org.eclipse.swt.widgets.Text schemaPrefixText

schemaNamespaceText

protected org.eclipse.swt.widgets.Text schemaNamespaceText
Constructor Detail

XSDModelWizard.XSDModelWizardInitialObjectCreationPage

public XSDModelWizard.XSDModelWizardInitialObjectCreationPage(java.lang.String pageId)
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)

isPageComplete

public boolean isPageComplete()
The framework calls this to see if the file is correct.

performFinish

public boolean performFinish()
Store the dialog field settings upon completion.

createInitialModel

public org.eclipse.emf.ecore.EObject createInitialModel()

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