public class ReleaseWizard
extends org.eclipse.jface.wizard.Wizard
Wizard to update the ns uris of multiple packages.| Constructor and Description |
|---|
ReleaseWizard(List<org.eclipse.emf.ecore.EPackage> rootPackages,
Set<org.eclipse.emf.ecore.EPackage> changedPackages) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
String |
getSource(org.eclipse.emf.ecore.EPackage ePackage)
Returns the source label to replace.
|
String |
getTarget(org.eclipse.emf.ecore.EPackage ePackage)
Returns the target label which replaces the source label.
|
String |
getWindowTitle() |
boolean |
performFinish() |
boolean |
updatePackage(org.eclipse.emf.ecore.EPackage ePackage)
Whether the ns uri of the given EPackage should be updated.
|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic String getWindowTitle()
getWindowTitle in interface org.eclipse.jface.wizard.IWizardgetWindowTitle in class org.eclipse.jface.wizard.Wizardpublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean updatePackage(org.eclipse.emf.ecore.EPackage ePackage)
public String getSource(org.eclipse.emf.ecore.EPackage ePackage)
public String getTarget(org.eclipse.emf.ecore.EPackage ePackage)
public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.WizardCopyright © 2020. All rights reserved.