org.eclipse.xsd.presentation
Class XSDModelWizard.XSDModelWizardInitialObjectCreationPage

java.lang.Object
  |
  +--org.eclipse.jface.dialogs.DialogPage
        |
        +--org.eclipse.jface.wizard.WizardPage
              |
              +--org.eclipse.xsd.presentation.XSDModelWizard.XSDModelWizardInitialObjectCreationPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
Enclosing class:
XSDModelWizard

public class XSDModelWizard.XSDModelWizardInitialObjectCreationPage
extends org.eclipse.jface.wizard.WizardPage

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
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
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.
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

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)
Overrides:
createControl in class org.eclipse.jface.dialogs.DialogPage

isPageComplete

public boolean isPageComplete()
The framework calls this to see if the file is correct.
Overrides:
isPageComplete in class org.eclipse.jface.wizard.WizardPage

performFinish

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

createInitialModel

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

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