org.eclipse.xsd.ecore.exporter.ui
Class XSDExporterWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
          extended by org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
              extended by org.eclipse.xsd.ecore.exporter.ui.XSDExporterWizard
All Implemented Interfaces:
IWizard, IWorkbenchWizard
Direct Known Subclasses:
XMIExporterWizard

public class XSDExporterWizard
extends ModelExporterWizard

Since:
2.2.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
ModelConverterWizard.PageHelper
 
Field Summary
 
Fields inherited from class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
PREFERENCE_SAVE_EXPORTER, PREFERENCE_SAVE_PACKAGE_URI
 
Fields inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
diagnosticHandler, doPerformFinishDiagnostic, modelConverter, pageHelper, selection, workbench
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
XSDExporterWizard()
           
 
Method Summary
 void addPages()
           
protected  ModelConverter createModelConverter()
           
 
Methods inherited from class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
doPerformFinish, getModelExporter, init, readPreferencesSettings, writePreferencesSettings
 
Methods inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
dispose, getFile, getModelConverter, getSelection, getWorkbench, handleConvertDiagnostic, openEditor, performCancel, performFinish, selectFile, setContainer
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor
 

Constructor Detail

XSDExporterWizard

public XSDExporterWizard()
Method Detail

createModelConverter

protected ModelConverter createModelConverter()
Specified by:
createModelConverter in class ModelConverterWizard

addPages

public void addPages()
Specified by:
addPages in interface IWizard
Overrides:
addPages in class Wizard

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