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 ISynchronizeParticipantDescriptorISynchronizeParticipantReference. getDescriptor()Returns the descriptor for this participant type.ISynchronizeParticipantDescriptorISynchronizeManager. getParticipantDescriptor(String id)Returns the participant descriptor for the given participant type id ornullif 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 voidAbstractSynchronizeParticipant. setInitializationData(ISynchronizeParticipantDescriptor descriptor)
-