Uses of Interface
org.eclipse.compare.contentmergeviewer.IDocumentRange
-
Packages that use IDocumentRange Package Description org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. -
-
Uses of IDocumentRange in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IDocumentRange Modifier and Type Class Description class
DocumentRangeNode
A document range node represents a structural element when performing a structure compare of documents.class
StructureRootNode
A node that acts as the root of the tree returned from aStructureCreator
.
-