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, setCompositeProvider
addPage, 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, setWindowTitle
public 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.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 dispose()
dispose
in interface org.eclipse.jface.wizard.IWizard
dispose
in class org.eclipse.jface.wizard.Wizard
public String getPageName()
public String getDescription()
public String getPageTitle()
Copyright © 2019. All rights reserved.