public class MavenInstallationWizard
extends org.eclipse.jface.wizard.Wizard
| Modifier and Type | Field and Description |
|---|---|
private AbstractMavenRuntime |
result |
private MavenInstallationWizardPage |
runtimePage |
| Constructor and Description |
|---|
MavenInstallationWizard(AbstractMavenRuntime original,
java.util.Set<java.lang.String> names) |
MavenInstallationWizard(java.util.Set<java.lang.String> names) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages() |
AbstractMavenRuntime |
getResult() |
boolean |
performFinish() |
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleprivate final MavenInstallationWizardPage runtimePage
private AbstractMavenRuntime result
public MavenInstallationWizard(java.util.Set<java.lang.String> names)
public MavenInstallationWizard(AbstractMavenRuntime original, java.util.Set<java.lang.String> names)
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardpublic AbstractMavenRuntime getResult()