public class MavenCheckoutLocationPage extends AbstractMavenWizardPage
dialogSettings, MAX_HISTORY, resolverConfigurationComponent
Modifier | Constructor and Description |
---|---|
protected |
MavenCheckoutLocationPage(ProjectImportConfiguration projectImportConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(org.eclipse.swt.events.SelectionListener listener) |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose()
Saves the history when the page is disposed.
|
org.eclipse.jface.wizard.IWizardContainer |
getContainer() |
String |
getRevision() |
org.apache.maven.model.Scm[] |
getScms() |
ScmUrl[] |
getUrls() |
boolean |
isCheckoutAllProjects() |
boolean |
isHeadRevision() |
void |
setParent(String parentUrl) |
void |
setUrls(ScmUrl[] urls) |
void |
setVisible(boolean visible)
Loads the advanced settings data when the page is displayed.
|
addFieldWithHistory, createAdvancedSettings, getImportConfiguration, validateArtifactIdInput, validateGroupIdInput
canFlipToNextPage, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
protected MavenCheckoutLocationPage(ProjectImportConfiguration projectImportConfiguration)
public void createControl(org.eclipse.swt.widgets.Composite parent)
public void setVisible(boolean visible)
AbstractMavenWizardPage
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class AbstractMavenWizardPage
public void dispose()
AbstractMavenWizardPage
dispose
in interface org.eclipse.jface.dialogs.IDialogPage
dispose
in class AbstractMavenWizardPage
public org.eclipse.jface.wizard.IWizardContainer getContainer()
getContainer
in class org.eclipse.jface.wizard.WizardPage
public void setParent(String parentUrl)
public void setUrls(ScmUrl[] urls)
public ScmUrl[] getUrls()
public org.apache.maven.model.Scm[] getScms()
public boolean isCheckoutAllProjects()
public boolean isHeadRevision()
public String getRevision()
public void addListener(org.eclipse.swt.events.SelectionListener listener)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.