public class CreateDomainModelReferenceWizard extends SelectModelElementWizard
SelectModelElementWizard.WizardPageExtension
Constructor and Description |
---|
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature,
org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EClass eclass,
String windowTitle,
String pageName,
String pageTitle,
String description,
VDomainModelReference domainModelReference)
A wizard used for creating a new DomainModelReference.
|
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EClass eclass,
String windowTitle,
String pageName,
String pageTitle,
String description,
VDomainModelReference domainModelReference)
A wizard used for creating a new DomainModelReference.
|
Modifier and Type | Method and Description |
---|---|
void |
addPages() |
boolean |
canFinish() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page) |
boolean |
performFinish()
.
|
dispose, getDescription, getPageName, getPageTitle
getCompositeProvider, setCompositeProvider
addPage, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
public CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EClass eclass, String windowTitle, String pageName, String pageTitle, String description, VDomainModelReference domainModelReference)
setting
- - the setting to useeditingDomain
- - the setting's editing domaineclass
- - the root EClass of the VView the setting belongs towindowTitle
- - title for the wizard windowpageName
- - the name of the pagepageTitle
- - the title of the pagedescription
- - the descriptiondomainModelReference
- - the domain model referencepublic CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EClass eclass, String windowTitle, String pageName, String pageTitle, String description, VDomainModelReference domainModelReference)
eObject
- The EObject
to usestructuralFeature
- The corresponding EStructuralFeature
editingDomain
- - the setting's editing domaineclass
- - the root EClass of the VView the setting belongs towindowTitle
- - title for the wizard windowpageName
- - the name of the pagepageTitle
- - the title of the pagedescription
- - the descriptiondomainModelReference
- - the domain model referencepublic void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class SelectModelElementWizard
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage
in interface org.eclipse.jface.wizard.IWizard
getNextPage
in class org.eclipse.jface.wizard.Wizard
Wizard.getNextPage(org.eclipse.jface.wizard.IWizardPage)
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class SelectModelElementWizard
SelectModelElementWizard.performFinish()
public boolean canFinish()
canFinish
in interface org.eclipse.jface.wizard.IWizard
canFinish
in class org.eclipse.jface.wizard.Wizard
Wizard.canFinish()
Copyright © 2019. All rights reserved.