Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire