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, setWindowTitle
private 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.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public AbstractMavenRuntime getResult()