public abstract class SubscriberParticipantWizard extends ParticipantSynchronizeWizard
org.eclipse.team.ui.synchronizeWizard
extension point
that create a SubscriberParticipant
.DEFAULT_IMAGE
Constructor and Description |
---|
SubscriberParticipantWizard() |
Modifier and Type | Method and Description |
---|---|
protected void |
createParticipant()
Method called from
ParticipantSynchronizeWizard.performFinish() to create
a participant. |
protected abstract SubscriberParticipant |
createParticipant(ISynchronizeScope scope)
Method called from
createParticipant() to create a
SubscriberParticipant for the given scope. |
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 WizardPage createScopeSelectionPage()
ParticipantSynchronizeWizard
createScopeSelectionPage
in class ParticipantSynchronizeWizard
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 abstract SubscriberParticipant createParticipant(ISynchronizeScope scope)
createParticipant()
to create a
SubscriberParticipant
for the given scope.scope
- the selected scope
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.