public class SelectAttributesWizard
extends org.eclipse.jface.wizard.Wizard
| Constructor and Description |
|---|
SelectAttributesWizard() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
void |
backPressed() |
boolean |
canFinish() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page) |
protected org.eclipse.emf.ecore.EClass |
getRootEClass() |
Set<org.eclipse.emf.ecore.EStructuralFeature> |
getSelectedFeatures() |
boolean |
performFinish() |
protected void |
setRootEClass(org.eclipse.emf.ecore.EClass rootClass) |
protected void |
setView(VView view) |
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage in interface org.eclipse.jface.wizard.IWizardgetNextPage in class org.eclipse.jface.wizard.WizardWizard.getNextPage(org.eclipse.jface.wizard.IWizardPage)public boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardcanFinish in class org.eclipse.jface.wizard.WizardWizard.canFinish()public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.WizardWizard.performFinish()public Set<org.eclipse.emf.ecore.EStructuralFeature> getSelectedFeatures()
Set of selected EStructuralFeatureprotected void setRootEClass(org.eclipse.emf.ecore.EClass rootClass)
rootClass - the EClass to select attributes fromprotected org.eclipse.emf.ecore.EClass getRootEClass()
protected void setView(VView view)
view - public void backPressed()
Copyright © 2016. All rights reserved.