Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
-
Packages that use ISynchronizeParticipantDescriptor Package Description org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ISynchronizeParticipantDescriptor in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ISynchronizeParticipantDescriptor Modifier and Type Method Description ISynchronizeParticipantDescriptor
ISynchronizeParticipantReference. getDescriptor()
Returns the descriptor for this participant type.ISynchronizeParticipantDescriptor
ISynchronizeManager. getParticipantDescriptor(String id)
Returns the participant descriptor for the given participant type id ornull
if a descriptor is not found for that id.Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeParticipantDescriptor Modifier and Type Method Description protected void
AbstractSynchronizeParticipant. setInitializationData(ISynchronizeParticipantDescriptor descriptor)
-