Package org.eclipse.team.ui.synchronize
Class SubscriberParticipantWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
org.eclipse.team.ui.synchronize.SubscriberParticipantWizard
- All Implemented Interfaces:
- IShellProvider,- IWizard
This is a convenience class for creating wizards for use with the
 
org.eclipse.team.ui.synchronizeWizard extension point
 that create a SubscriberParticipant.- Since:
- 3.2
- 
Field SummaryFields inherited from class org.eclipse.jface.wizard.WizardDEFAULT_IMAGE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final voidMethod called fromParticipantSynchronizeWizard.performFinish()to create a participant.protected abstract SubscriberParticipantMethod called fromcreateParticipant()to create aSubscriberParticipantfor the given scope.protected final WizardPageCreate the page which allows the user to select the scope for the operation.Methods inherited from class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizardaddPages, canFinish, getImportWizard, getNextPage, getPageTitle, getRootResources, getStartingPage, getWindowTitle, performCancel, performFinishMethods inherited from class org.eclipse.jface.wizard.WizardaddPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getPreviousPage, getShell, getTitleBarColor, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
- 
Constructor Details- 
SubscriberParticipantWizardpublic SubscriberParticipantWizard()
 
- 
- 
Method Details- 
createScopeSelectionPageDescription copied from class:ParticipantSynchronizeWizardCreate the page which allows the user to select the scope for the operation.- Specified by:
- createScopeSelectionPagein class- ParticipantSynchronizeWizard
- Returns:
- the page which allows the user to select the scope for the operation
 
- 
createParticipantprotected final void createParticipant()Description copied from class:ParticipantSynchronizeWizardMethod called fromParticipantSynchronizeWizard.performFinish()to create a participant. This participant will be added to the Synchronize view.- Specified by:
- createParticipantin class- ParticipantSynchronizeWizard
 
- 
createParticipantMethod called fromcreateParticipant()to create aSubscriberParticipantfor the given scope.- Parameters:
- scope- the selected scope
- Returns:
- a synchronize participant that will be added to the Synchronize view
 
 
-