Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipant

Packages that use ISynchronizeParticipant
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
 class AbstractSynchronizeParticipant
          This class is the abstract base class for all synchronize view participants.
 class SubscriberParticipant
          A synchronize participant that displays synchronization information for local resources that are managed via a Subscriber.
 

Methods in org.eclipse.team.ui.synchronize that return ISynchronizeParticipant
 ISynchronizeParticipant ParticipantPageSaveablePart.getParticipant()
          Return the Synchronize participant for this part
protected  ISynchronizeParticipant ParticipantPageDialog.getParticipant()
          Returns the participant showing in this dialog.
 ISynchronizeParticipant ISynchronizePageConfiguration.getParticipant()
          Return the particpant associated with the page to shich this configuration is associated.
 ISynchronizeParticipant ISynchronizeView.getParticipant()
          Returns the participant currently being displayed in the Synchronize View or null if none.
 ISynchronizeParticipant ISynchronizeParticipantReference.getParticipant()
          Returns the participant referenced by this handle.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant
 void ISynchronizeView.display(ISynchronizeParticipant participant)
          Displays the given synchronize participant in the Synchronize View.
 void ISynchronizeManager.addSynchronizeParticipants(ISynchronizeParticipant[] participants)
          Adds the given participants to the synchronize manager.
 void ISynchronizeManager.removeSynchronizeParticipants(ISynchronizeParticipant[] participants)
          Removes the given participants from the synchronize manager.
 void ISynchronizeParticipantListener.participantsAdded(ISynchronizeParticipant[] participants)
          Notification the given participants have been added to the synchronize manager.
 void ISynchronizeParticipantListener.participantsRemoved(ISynchronizeParticipant[] participants)
          Notification the given participants have been removed from the synchronize manager.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant
ParticipantPageSaveablePart(Shell shell, CompareConfiguration cc, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)
          Creates a part for the provided participant.
ParticipantPageDialog(Shell shell, SaveablePartAdapter input, ISynchronizeParticipant participant)
          Creates a dialog with the given title and input.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.