|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScmUrlImportWizardPage
IScmUrlImportWizardPage defines the interface that users of the extension
point 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.
Field Summary | |
---|---|
static java.lang.String |
ATT_EXTENSION
|
static java.lang.String |
ATT_IMPORTER
|
static java.lang.String |
ATT_PAGE
|
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.jface.wizard.IWizardPage |
---|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Field Detail |
---|
static final java.lang.String ATT_EXTENSION
static final java.lang.String ATT_PAGE
static final java.lang.String ATT_IMPORTER
Method Detail |
---|
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.
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.