Uses of Interface
org.eclipse.compare.ICompareInputLabelProvider
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
-
Uses of ICompareInputLabelProvider in org.eclipse.compare
Modifier and TypeMethodDescriptionCompareConfiguration.getLabelProvider()
Return the label provider that is used to determine the text and labels return by this compare configuration.Modifier and TypeMethodDescriptionvoid
CompareConfiguration.setDefaultLabelProvider
(ICompareInputLabelProvider labelProvider) Set the default label provider for this configuration.void
CompareConfiguration.setLabelProvider
(ICompareInput input, ICompareInputLabelProvider labelProvider) Set the label provider for the given compare input.