Uses of Interface
org.eclipse.compare.ICompareFilter
Packages that use ICompareFilter
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of ICompareFilter in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that return ICompareFilterModifier and TypeMethodDescriptionCompareFilterDescriptor.createCompareFilter()static ICompareFilter[]Utilities.getCompareFilters(CompareConfiguration cc) Returns the active compare filters for the compare configurationMethods in org.eclipse.compare.internal with parameters of type ICompareFilterModifier and TypeMethodDescriptionstatic StringUtilities.applyCompareFilters(String thisLine, char thisContributor, String otherLine, char otherContributor, ICompareFilter[] filters) Applies the compare filters to the lines of text taken from the specified contributorsConstructors in org.eclipse.compare.internal with parameters of type ICompareFilterModifierConstructorDescriptionDocLineComparator(IDocument document, IRegion region, boolean ignoreWhiteSpace, ICompareFilter[] compareFilters, char contributor, Optional<IIgnoreWhitespaceContributor> ignoreWhitespaceContributor) Creates aDocLineComparatorfor the given document range. -
Uses of ICompareFilter in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareFilterModifier and TypeMethodDescriptionbooleanStructureCreator.contentsEquals(Object node1, char contributor1, Object node2, char contributor2, boolean ignoreWhitespace, ICompareFilter[] compareFilters) Returns true if the two nodes are equal for comparison purposes.