Uses of Interface
org.eclipse.team.ui.mapping.ITeamStateProvider
-
Packages that use ITeamStateProvider Package Description org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ITeamStateProvider in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return ITeamStateProvider Modifier and Type Method Description ITeamStateProviderSynchronizationStateTester. getTeamStateProvider()Return a team state provider that delegates to the appropriate team provider.Methods in org.eclipse.team.ui.mapping with parameters of type ITeamStateProvider Modifier and Type Method Description intISynchronizationCompareAdapter. getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor)Return the synchronization state of the resource mapping with respect to the given team state provider.intSynchronizationCompareAdapter. getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor)Return the synchronization state of the resource mapping with respect to the given team state provider. -
Uses of ITeamStateProvider in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ITeamStateProvider Modifier and Type Class Description classSubscriberTeamStateProviderA team state provider that makes use of aSubscriberto determine the synchronization state.classTeamStateProviderA team state provider is used by theSynchronizationStateTesterto obtain the team state for model elements.
-