org.eclipse.emf.codegen.ecore.genmodel.presentation
Class EMFProjectWizard.XMLSchemaModelPage

org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
Enclosing class:
EMFProjectWizard

public class EMFProjectWizard.XMLSchemaModelPage

A page that allows a XMLSchema model to be imported.


Field Summary
protected  java.util.List ecoreModels
           
protected  org.eclipse.swt.widgets.Text genModelNameText
           
protected  boolean isDirty
           
protected  EObject mappingRoot
           
protected  org.eclipse.swt.widgets.Text xmlSchemaModelLocationText
           
 
Constructor Summary
EMFProjectWizard.XMLSchemaModelPage(java.lang.String pageId)
           
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getGenModelName()
           
 URI getXMLSchemaModelLocation()
           
 boolean isPageComplete()
           
 void refreshXMLSchemaModel()
           
 void setVisible(boolean visible)
           
 

Field Detail

genModelNameText

protected org.eclipse.swt.widgets.Text genModelNameText

xmlSchemaModelLocationText

protected org.eclipse.swt.widgets.Text xmlSchemaModelLocationText

ecoreModels

protected java.util.List ecoreModels

mappingRoot

protected EObject mappingRoot

isDirty

protected boolean isDirty
Constructor Detail

EMFProjectWizard.XMLSchemaModelPage

public EMFProjectWizard.XMLSchemaModelPage(java.lang.String pageId)
Method Detail

isPageComplete

public boolean isPageComplete()

setVisible

public void setVisible(boolean visible)

createControl

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

refreshXMLSchemaModel

public void refreshXMLSchemaModel()

getXMLSchemaModelLocation

public URI getXMLSchemaModelLocation()

getGenModelName

public java.lang.String getGenModelName()

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