public class NewPluginProjectWizard
extends org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen, org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor, org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage| Modifier and Type | Field and Description |
|---|---|
static List<String> |
FILE_EXTENSIONS
The supported extensions for created files.
|
protected org.eclipse.jface.viewers.IStructuredSelection |
selection
Remember the selection during initialization for populating the default
container.
|
filesToOpen, projectDescriptors, wizardConfigurationElement| Constructor and Description |
|---|
NewPluginProjectWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addContribution(org.eclipse.core.resources.IFile modelFile) |
void |
addPages() |
boolean |
canFinish() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page) |
org.eclipse.jface.wizard.IWizardPage |
getPreviousPage(org.eclipse.jface.wizard.IWizardPage page) |
static IDEViewModelRegistry |
getViewModelRegistry()
Return the
IDEViewModelRegistry. |
String |
getWindowTitle() |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection) |
protected void |
loadFromExtensionPoints() |
boolean |
performFinish() |
void |
setSelectedContainer(Object selectedContainer) |
void |
setSelection(org.eclipse.jface.viewers.IStructuredSelection selection) |
void |
setWorkbench(org.eclipse.ui.IWorkbench workbench) |
getFilesToOpen, getProjectDescriptors, setInitializationDatacreateDirectoryImportOperation, createFileImportOperation, createImportOperation, createProject, createZipFile, createZipImportOperation, deleteExistingProjects, dispose, getSelection, getWorkbench, installExample, installProject, installProject, installProjectFromDirectory, installProjectFromFile, isZipFile, openEditor, openErrorDialog, openFilesaddPage, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePageControls, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getStartingPage, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainerpublic static final List<String> FILE_EXTENSIONS
protected org.eclipse.jface.viewers.IStructuredSelection selection
public void setSelectedContainer(Object selectedContainer)
selectedContainer - the selectedContainer to setpublic void init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
init in interface org.eclipse.ui.IWorkbenchWizardinit in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizardpublic void setWorkbench(org.eclipse.ui.IWorkbench workbench)
workbench - the workbench to setpublic String getWindowTitle()
getWindowTitle in interface org.eclipse.jface.wizard.IWizardgetWindowTitle in class org.eclipse.jface.wizard.Wizardprotected void loadFromExtensionPoints()
loadFromExtensionPoints in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizardpublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizardpublic 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.Wizardpublic org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
getPreviousPage in interface org.eclipse.jface.wizard.IWizardgetPreviousPage in class org.eclipse.jface.wizard.WizardWizard.getPreviousPage(org.eclipse.jface.wizard.IWizardPage)public boolean canFinish()
canFinish in interface org.eclipse.jface.wizard.IWizardcanFinish in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizardprotected void addContribution(org.eclipse.core.resources.IFile modelFile)
modelFile - public void setSelection(org.eclipse.jface.viewers.IStructuredSelection selection)
selection - the selection to setpublic static IDEViewModelRegistry getViewModelRegistry()
IDEViewModelRegistry.IDEViewModelRegistryCopyright © 2018. All rights reserved.