Eclipse Platform
2.1

Uses of Interface
org.eclipse.compare.IContentChangeNotifier

Packages that use IContentChangeNotifier
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
 

Uses of IContentChangeNotifier in org.eclipse.compare
 

Classes in org.eclipse.compare that implement IContentChangeNotifier
 class BufferedContent
          Abstract implementation for a buffered IStreamContentAccessor.
 class ResourceNode
          A ResourceNode wrappers an IResources so that it can be used as input for the differencing engine (interfaces IStructureComparator and ITypedElement) and the ReplaceWithEditionDialog (interfaces ITypedElement and IModificationDate).
 

Methods in org.eclipse.compare with parameters of type IContentChangeNotifier
 void IContentChangeListener.contentChanged(IContentChangeNotifier source)
          Called whenever the content of the given source has changed.
 

Uses of IContentChangeNotifier in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type IContentChangeNotifier
protected  void StructureDiffViewer.contentChanged(IContentChangeNotifier changed)
          Calls diff whenever the byte contents changes.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.