Uses of Class
org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
-
Packages that use AbstractSynchronizeLabelProvider Package Description org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings. -
-
Uses of AbstractSynchronizeLabelProvider in org.eclipse.ltk.ui.refactoring.model
Subclasses of AbstractSynchronizeLabelProvider in org.eclipse.ltk.ui.refactoring.model Modifier and Type Class Description class
AbstractSynchronizationLabelProvider
Partial implementation of a refactoring-aware synchronization label provider. -
Uses of AbstractSynchronizeLabelProvider in org.eclipse.team.ui.mapping
Subclasses of AbstractSynchronizeLabelProvider in org.eclipse.team.ui.mapping Modifier and Type Class Description class
SynchronizationLabelProvider
A label provider wrapper that adds synchronization image and/or text decorations to the image and label obtained from the delegate provider.
-