public interface IScmUrlImportWizardPage extends IWizardPage
org.eclipse.team.ui.scmUrlImportPages
must implement.
EXPERIMENTAL. This class has been added as part of a work in
progress. There is no guarantee that this API will work or that it will
remain the same. Please do not use this API without consulting with the Team
team.Modifier and Type | Field and Description |
---|---|
static String |
ATT_EXTENSION |
static String |
ATT_IMPORTER |
static String |
ATT_PAGE |
Modifier and Type | Method and Description |
---|---|
boolean |
finish()
Called when the import wizard is closed by selecting the finish button.
|
ScmUrlImportDescription[] |
getSelection()
Return the import descriptions for the page.
|
void |
setSelection(ScmUrlImportDescription[] descriptions)
Sets the import descriptions to be edited on the page.
|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
static final String ATT_EXTENSION
static final String ATT_PAGE
static final String ATT_IMPORTER
boolean finish()
true
is returned.ScmUrlImportDescription[] getSelection()
setSelection(ScmUrlImportDescription[])
if the user modified the import
configuration.null
if no selection has been
setvoid setSelection(ScmUrlImportDescription[] descriptions)
getSelection()
.descriptions
- the SCM URLs descriptions edited on the page.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.