public abstract class AbstractMavenProjectWizard
extends org.eclipse.jface.wizard.Wizard
Modifier and Type | Field and Description |
---|---|
private IMavenDiscovery |
discovery |
protected ProjectImportConfiguration |
importConfiguration |
private IMavenDiscoveryUI |
pageFactory |
protected org.eclipse.jface.viewers.IStructuredSelection |
selection |
protected java.util.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 java.util.List<org.eclipse.ui.IWorkingSet> workingSets
private IMavenDiscovery discovery
private IMavenDiscoveryUI pageFactory
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()