Uses of Class
org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of DocumentRangeNode in org.eclipse.compare.structuremergeviewer
Modifier and TypeClassDescriptionclass
A node that acts as the root of the tree returned from aStructureCreator
.Modifier and TypeMethodDescriptionvoid
DocumentRangeNode.addChild
(DocumentRangeNode node) Adds the given node as a child.protected void
DocumentRangeNode.nodeChanged
(DocumentRangeNode node) Method that should be invoked whenever the contents of this node are changed. the change is propagated to the parent if there is one.protected void
StructureRootNode.nodeChanged
(DocumentRangeNode node) Override in order to invokeIStructureCreator.save(IStructureComparator, Object)
when the contents of a node have changed.ModifierConstructorDescriptionDocumentRangeNode
(DocumentRangeNode parent, int typeCode, String id, IDocument document, int start, int length) Creates a newDocumentRangeNode
for the given range within the specified document.