Uses of Interface
org.eclipse.team.ui.mapping.ITeamStateDescription
-
Packages that use ITeamStateDescription 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 ITeamStateDescription in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return ITeamStateDescription Modifier and Type Method Description ITeamStateDescription
ITeamStateProvider. getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor)
Return the state description for the given element.Methods in org.eclipse.team.ui.mapping with parameters of type ITeamStateDescription Modifier and Type Method Description void
SynchronizationStateTester. elementDecorated(Object element, ITeamStateDescription description)
A callback to the tester made from the team decorator to notify the tester that the given element has been decorated with the given state. -
Uses of ITeamStateDescription in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ITeamStateDescription Modifier and Type Class Description class
TeamStateDescription
An implementation ofITeamStateDescription
.Methods in org.eclipse.team.ui.synchronize that return ITeamStateDescription Modifier and Type Method Description ITeamStateDescription
SubscriberTeamStateProvider. getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor)
-