Uses of Class
org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Packages that use DocumentRangeNode
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of DocumentRangeNode in org.eclipse.compare.structuremergeviewer
Subclasses of DocumentRangeNode in org.eclipse.compare.structuremergeviewerModifier and TypeClassDescriptionclass
A node that acts as the root of the tree returned from aStructureCreator
.Methods in org.eclipse.compare.structuremergeviewer with parameters of type DocumentRangeNodeModifier 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.Constructors in org.eclipse.compare.structuremergeviewer with parameters of type DocumentRangeNodeModifierConstructorDescriptionDocumentRangeNode
(DocumentRangeNode parent, int typeCode, String id, IDocument document, int start, int length) Creates a newDocumentRangeNode
for the given range within the specified document.