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, validateGroupIdInputcanFlipToNextPage, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessageprotected MavenCheckoutLocationPage(ProjectImportConfiguration projectImportConfiguration)
public void createControl(org.eclipse.swt.widgets.Composite parent)
public void setVisible(boolean visible)
AbstractMavenWizardPagesetVisible in interface org.eclipse.jface.dialogs.IDialogPagesetVisible in class AbstractMavenWizardPagepublic void dispose()
AbstractMavenWizardPagedispose in interface org.eclipse.jface.dialogs.IDialogPagedispose in class AbstractMavenWizardPagepublic org.eclipse.jface.wizard.IWizardContainer getContainer()
getContainer in class org.eclipse.jface.wizard.WizardPagepublic 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–2021 Eclipse Foundation. All rights reserved.