org.eclipse.xsd.presentation
Class XSDModelWizard.XSDModelWizardInitialObjectCreationPage

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

public class XSDModelWizard.XSDModelWizardInitialObjectCreationPage
extends WizardPage

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


Field Summary
protected  Text schemaForSchemaNamespaceText
           
protected  Text schemaForSchemaPrefixText
           
protected  Text schemaNamespaceText
           
protected  Text schemaPrefixText
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
XSDModelWizard.XSDModelWizardInitialObjectCreationPage(String pageId)
           
 
Method Summary
 void createControl(Composite parent)
           
 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 Text schemaForSchemaPrefixText

schemaForSchemaNamespaceText

protected Text schemaForSchemaNamespaceText

schemaPrefixText

protected Text schemaPrefixText

schemaNamespaceText

protected Text schemaNamespaceText
Constructor Detail

XSDModelWizard.XSDModelWizardInitialObjectCreationPage

public XSDModelWizard.XSDModelWizardInitialObjectCreationPage(String pageId)
Method Detail

createControl

public void createControl(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 EObject createInitialModel()

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