Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipantReference
-
Packages that use ISynchronizeParticipantReference Package Description org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ISynchronizeParticipantReference in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ISynchronizeParticipantReference Modifier and Type Method Description ISynchronizeParticipantReference[]ISynchronizeManager. get(String id)Returns the registered synchronize participants with the given type id.ISynchronizeParticipantReferenceISynchronizeManager. get(String id, String secondaryId)Returns the registered synchronize participants with the given type id and instance id.ISynchronizeParticipantReference[]ISynchronizeManager. getSynchronizeParticipants()Returns a collection of synchronize participant references registered with the synchronize manager.
-