-
- All Implemented Interfaces:
- org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IImportWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard
public class MavenMaterializePomWizard
extends AbstractMavenProjectWizard
implements org.eclipse.ui.IImportWizard, org.eclipse.ui.INewWizard
A wizard used to import projects for Maven artifacts
- Author:
- Eugene Kuleshov
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
addPages() |
boolean |
canFinish() |
org.apache.maven.model.Dependency[] |
getDependencies() |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection) |
boolean |
performFinish() |
void |
setDependencies(org.apache.maven.model.Dependency[] dependencies) |
-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jface.wizard.IWizard
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
-
Method Detail
-
addPages
public void addPages()
- Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
- Overrides:
addPages in class org.eclipse.jface.wizard.Wizard
Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.