public class SelectModelElementWizard extends ECPWizard<SelectionComposite<? extends org.eclipse.jface.viewers.ColumnViewer>>
| Modifier and Type | Class and Description |
|---|---|
class |
SelectModelElementWizard.WizardPageExtension |
| Constructor and Description |
|---|
SelectModelElementWizard(String windowTitle,
String pageName,
String pageTitle,
String description)
Constructor to select an EClass.
|
SelectModelElementWizard(String windowTitle,
String pageName,
String pageTitle,
String description,
Class<?> classtoSelect)
Constructor to select an class to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
void |
dispose() |
String |
getDescription() |
String |
getPageName() |
String |
getPageTitle() |
boolean |
performFinish()
.
|
getCompositeProvider, setCompositeProvideraddPage, canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic SelectModelElementWizard(String windowTitle, String pageName, String pageTitle, String description)
windowTitle - The window titlepageName - the name of the pagepageTitle - the title of the pagedescription - the descriptionpublic SelectModelElementWizard(String windowTitle, String pageName, String pageTitle, String description, Class<?> classtoSelect)
windowTitle - The window titlepageName - the name of the pagepageTitle - the title of the pagedescription - the descriptionclasstoSelect - the class which can be selectedpublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardpublic void dispose()
dispose in interface org.eclipse.jface.wizard.IWizarddispose in class org.eclipse.jface.wizard.Wizardpublic String getPageName()
public String getDescription()
public String getPageTitle()
Copyright © 2019. All rights reserved.