public class ExampleInstallerWizard extends AbstractExampleInstallerWizard
Default implementation of AbstractExampleInstallerWizard which can be declared
directly in the plugin.xml using the org.eclipse.ui.newWizards and
org.eclipse.emf.common.ui.examples extension points.
When declaring this wizard, it is necessary to define a unique id for it.
AbstractExampleInstallerWizard.FileToOpen, AbstractExampleInstallerWizard.ProjectDescriptor, AbstractExampleInstallerWizard.ProjectPage| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractExampleInstallerWizard.FileToOpen> |
filesToOpen |
protected java.util.List<AbstractExampleInstallerWizard.ProjectDescriptor> |
projectDescriptors |
protected IConfigurationElement |
wizardConfigurationElement |
OVERWRITE_ALL_QUERY, projectPage, structuredSelection, workbench| Constructor and Description |
|---|
ExampleInstallerWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractExampleInstallerWizard.FileToOpen> |
getFilesToOpen() |
protected java.util.List<AbstractExampleInstallerWizard.ProjectDescriptor> |
getProjectDescriptors()
Returns the project descriptors to be used by this wizard.
|
protected void |
loadFromExtensionPoints() |
void |
setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data) |
addPages, createDirectoryImportOperation, createFileImportOperation, createImportOperation, createProject, createZipFile, createZipImportOperation, deleteExistingProjects, dispose, getSelection, getWorkbench, init, installExample, installProject, installProject, installProjectFromDirectory, installProjectFromFile, isZipFile, openEditor, openErrorDialog, openFiles, performFinishprotected IConfigurationElement wizardConfigurationElement
protected java.util.List<AbstractExampleInstallerWizard.ProjectDescriptor> projectDescriptors
protected java.util.List<AbstractExampleInstallerWizard.FileToOpen> filesToOpen
public void setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
throws CoreException
CoreExceptionprotected java.util.List<AbstractExampleInstallerWizard.ProjectDescriptor> getProjectDescriptors()
AbstractExampleInstallerWizardgetProjectDescriptors in class AbstractExampleInstallerWizardprotected java.util.List<AbstractExampleInstallerWizard.FileToOpen> getFilesToOpen()
getFilesToOpen in class AbstractExampleInstallerWizardprotected void loadFromExtensionPoints()