Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 ModelSynchronizeParticipant
          Synchronize participant that obtains it's synchronization state from a ISynchronizationContext.
 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
protected abstract   ISynchronizeParticipant ModelParticipantWizard. createParticipant ( ResourceMapping[] selectedMappings)
          Method called from ModelParticipantWizard.createParticipant() to create a ModelSynchronizeParticipant for the given resource mappings.
  ISynchronizeParticipant ISynchronizeView. getParticipant ()
          Returns the participant currently being displayed in the Synchronize View or null if none.
  ISynchronizeParticipant ParticipantPagePane. getParticipant ()
          Return the Synchronize participant for this part
  ISynchronizeParticipant ParticipantPageSaveablePart. getParticipant ()
          Deprecated. Return the Synchronize participant for this part
  ISynchronizeParticipant ISynchronizeParticipantReference. getParticipant ()
          Returns the participant referenced by this handle.
  ISynchronizeParticipant ParticipantPageCompareEditorInput. getParticipant ()
          Return the Synchronize participant for this part
  ISynchronizeParticipant ISynchronizePageConfiguration. getParticipant ()
          Return the participant associated with this configuration.
protected   ISynchronizeParticipant ParticipantPageDialog. getParticipant ()
          Deprecated. Returns the participant showing in this dialog.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant
 void ISynchronizeManager. addSynchronizeParticipants ( ISynchronizeParticipant[] participants)
          Adds the given participants to the synchronize manager.
 void ISynchronizeView. display ( ISynchronizeParticipant participant)
          Displays the given synchronize participant in the Synchronize View.
 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.
 void ISynchronizeManager. removeSynchronizeParticipants ( ISynchronizeParticipant[] participants)
          Removes the given participants from the synchronize manager.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipant
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 existing SyncInfo from the given participant.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire