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, setWindowTitleprotected 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.IWizarddispose in class org.eclipse.jface.wizard.Wizardpublic ProjectImportConfiguration getProjectImportConfiguration()
public IMavenDiscovery getDiscovery()
public IMavenDiscoveryUI getPageFactory()