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, init
addPage, canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canFinish, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
protected 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.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public void createPageControls(org.eclipse.swt.widgets.Composite pageContainer)
createPageControls
in interface org.eclipse.jface.wizard.IWizard
createPageControls
in class org.eclipse.jface.wizard.Wizard
protected void copyParentValues()
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public String getModuleName()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.