public abstract class ModelParticipantWizard extends ParticipantSynchronizeWizard
org.eclipse.team.ui.synchronizeWizard
extension point
that create a ModelSynchronizeParticipant
.DEFAULT_IMAGE
Constructor and Description |
---|
ModelParticipantWizard() |
Modifier and Type | Method and Description |
---|---|
protected void |
createParticipant()
Method called from
ParticipantSynchronizeWizard.performFinish() to create
a participant. |
protected abstract ISynchronizeParticipant |
createParticipant(ResourceMapping[] selectedMappings)
Method called from
createParticipant() to create a
ModelSynchronizeParticipant for the given resource mappings. |
protected WizardPage |
createScopeSelectionPage()
Create the page which allows the user to select the scope
for the operation.
|
addPages, canFinish, getImportWizard, getNextPage, getPageTitle, getRootResources, getStartingPage, getWindowTitle, performCancel, performFinish
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
protected final void createParticipant()
ParticipantSynchronizeWizard
ParticipantSynchronizeWizard.performFinish()
to create
a participant. This participant will be added to the
Synchronize view.createParticipant
in class ParticipantSynchronizeWizard
protected final WizardPage createScopeSelectionPage()
ParticipantSynchronizeWizard
createScopeSelectionPage
in class ParticipantSynchronizeWizard
protected abstract ISynchronizeParticipant createParticipant(ResourceMapping[] selectedMappings)
createParticipant()
to create a
ModelSynchronizeParticipant
for the given resource mappings.selectedMappings
- the selected mappings that define the scope
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.