Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.compare.structuremergeviewer.DocumentRangeNode

Packages that use DocumentRangeNode
org.eclipse.compare.structuremergeviewer 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.structuremergeviewer
 class StructureRootNode
          A node that acts as the root of the tree returned from a StructureCreator.
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type DocumentRangeNode
protected  void StructureRootNode.nodeChanged(DocumentRangeNode node)
          Override in order to invoke IStructureCreator.save(IStructureComparator, Object) when the contents of a node have changed.
 void 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.
 

Constructors in org.eclipse.compare.structuremergeviewer with parameters of type DocumentRangeNode
DocumentRangeNode(DocumentRangeNode parent, int typeCode, String id, IDocument document, int start, int length)
          Creates a new DocumentRangeNode for the given range within the specified document.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.