public abstract class AbstractMavenProjectWizard
extends org.eclipse.jface.wizard.Wizard
Modifier and Type | Field and Description |
---|---|
protected ProjectImportConfiguration |
importConfiguration |
protected org.eclipse.jface.viewers.IStructuredSelection |
selection |
protected List<org.eclipse.ui.IWorkingSet> |
workingSets |
Constructor and Description |
---|
AbstractMavenProjectWizard() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
IMavenDiscovery |
getDiscovery() |
IMavenDiscoveryUI |
getPageFactory() |
ProjectImportConfiguration |
getProjectImportConfiguration() |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection) |
addPage, addPages, canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
protected org.eclipse.jface.viewers.IStructuredSelection selection
protected ProjectImportConfiguration importConfiguration
protected List<org.eclipse.ui.IWorkingSet> workingSets
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
public void dispose()
dispose
in interface org.eclipse.jface.wizard.IWizard
dispose
in class org.eclipse.jface.wizard.Wizard
public ProjectImportConfiguration getProjectImportConfiguration()
public IMavenDiscovery getDiscovery()
public IMavenDiscoveryUI getPageFactory()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.