public class MavenModuleWizard extends AbstractMavenProjectWizard implements org.eclipse.ui.INewWizard
| Modifier and Type | Field and Description |
|---|---|
protected MavenProjectWizardArchetypePage |
archetypePage
The archetype selection page.
|
protected MavenProjectWizardArtifactPage |
artifactPage
The wizard page for gathering Maven2 project information.
|
protected boolean |
isEditor |
protected MavenProjectWizardArchetypeParametersPage |
parametersPage
The wizard page for gathering archetype project information.
|
protected MavenModuleWizardParentPage |
parentPage
the parent page (#1)
|
importConfiguration, selection, workingSets| Constructor and Description |
|---|
MavenModuleWizard()
Default constructor.
|
MavenModuleWizard(boolean isEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPages()
Creates the pages.
|
protected void |
copyParentValues()
Copies the parent project parameters to the artifact page.
|
void |
createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
Adds the listeners after the page controls are created.
|
String |
getModuleName() |
boolean |
performFinish()
Performs the "finish" action.
|
dispose, getDiscovery, getPageFactory, getProjectImportConfiguration, initaddPage, canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanFinish, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainerprotected MavenModuleWizardParentPage parentPage
protected MavenProjectWizardArchetypePage archetypePage
protected MavenProjectWizardArtifactPage artifactPage
protected MavenProjectWizardArchetypeParametersPage parametersPage
protected boolean isEditor
public MavenModuleWizard()
public MavenModuleWizard(boolean isEditor)
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic void createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
createPageControls in interface org.eclipse.jface.wizard.IWizardcreatePageControls in class org.eclipse.jface.wizard.Wizardprotected void copyParentValues()
public boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardpublic String getModuleName()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.