public class ExportSchemasWizard extends org.eclipse.jface.wizard.Wizard implements PropertyChangeListener
GenerationExporter
s.Constructor and Description |
---|
ExportSchemasWizard(Collection<? extends GenerationInfo> generationInfos,
GenerationExporter exporter,
org.eclipse.emf.common.util.URI locationProposal)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages() |
boolean |
performFinish() |
void |
propertyChange(PropertyChangeEvent event) |
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
public ExportSchemasWizard(Collection<? extends GenerationInfo> generationInfos, GenerationExporter exporter, org.eclipse.emf.common.util.URI locationProposal)
generationInfos
- Collection of information used by the exporter to export.exporter
- The exporter responsible to export the given generation information.locationProposal
- The locationProposal for the export. If null
uses "user.home".public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
Copyright © 2019. All rights reserved.