Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipant
-
Packages that use ISynchronizeParticipant Package Description org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ISynchronizeParticipant in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISynchronizeParticipant Modifier and Type Class Description classAbstractSynchronizeParticipantThis class is the abstract base class for all synchronize view participants.classModelSynchronizeParticipantSynchronize participant that obtains it's synchronization state from aISynchronizationContext.classSubscriberParticipantA synchronize participant that displays synchronization information for local resources that are managed via aSubscriber.Methods in org.eclipse.team.ui.synchronize that return ISynchronizeParticipant Modifier and Type Method Description protected abstract ISynchronizeParticipantModelParticipantWizard. createParticipant(ResourceMapping[] selectedMappings)Method called fromModelParticipantWizard.createParticipant()to create aModelSynchronizeParticipantfor the given resource mappings.ISynchronizeParticipantISynchronizePageConfiguration. getParticipant()Return the participant associated with this configuration.ISynchronizeParticipantISynchronizeParticipantReference. getParticipant()Returns the participant referenced by this handle.ISynchronizeParticipantISynchronizeView. getParticipant()Returns the participant currently being displayed in the Synchronize View ornullif none.ISynchronizeParticipantParticipantPageCompareEditorInput. getParticipant()Return the Synchronize participant for this partprotected ISynchronizeParticipantParticipantPageDialog. getParticipant()Deprecated.Returns the participant showing in this dialog.ISynchronizeParticipantParticipantPagePane. getParticipant()Return the Synchronize participant for this partISynchronizeParticipantParticipantPageSaveablePart. getParticipant()Deprecated.Return the Synchronize participant for this partMethods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant Modifier and Type Method Description voidISynchronizeManager. addSynchronizeParticipants(ISynchronizeParticipant[] participants)Adds the given participants to the synchronize manager.voidISynchronizeView. display(ISynchronizeParticipant participant)Displays the given synchronize participant in the Synchronize View.voidISynchronizeParticipantListener. participantsAdded(ISynchronizeParticipant[] participants)Notification the given participants have been added to the synchronize manager.voidISynchronizeParticipantListener. participantsRemoved(ISynchronizeParticipant[] participants)Notification the given participants have been removed from the synchronize manager.voidISynchronizeManager. removeSynchronizeParticipants(ISynchronizeParticipant[] participants)Removes the given participants from the synchronize manager.Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant Constructor Description ParticipantPageCompareEditorInput(CompareConfiguration configuration, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)Creates a part for the provided participant.ParticipantPageDialog(Shell shell, SaveablePartAdapter input, ISynchronizeParticipant participant)Deprecated.Creates a dialog with the given participant and input.ParticipantPagePane(Shell shell, boolean isModal, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)Creates a part for the provided participant.ParticipantPageSaveablePart(Shell shell, CompareConfiguration cc, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)Deprecated.Creates a part for the provided participant.SyncInfoCompareInput(ISynchronizeParticipant participant, SyncInfo sync)Creates a compare editor input based on an existingSyncInfofrom the given participant.
-