Eclipse Platform
2.0

Uses of Interface
org.eclipse.compare.ITypedElement

Packages that use ITypedElement
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 ITypedElement in org.eclipse.compare
 

Classes in org.eclipse.compare that implement ITypedElement
 class HistoryItem
          A combination IFileState and ITypedElement that can be used as an input to a compare viewer or other places where an IStreamContentAccessor is needed.
 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).
 

Uses of ITypedElement in org.eclipse.compare.structuremergeviewer
 

Subinterfaces of ITypedElement in org.eclipse.compare.structuremergeviewer
 interface IDiffContainer
          IDiffContainer is a IDiffElement with children.
 interface IDiffElement
          An IDiffElement is used in the DiffTreeViewer to display the kind of change detected as the result of a two-way or three-way compare.
 

Classes in org.eclipse.compare.structuremergeviewer that implement ITypedElement
 class DiffContainer
          The standard implementation of a diff container element.
 class DiffElement
          An abstract base implementation of the IDiffElement interface.
 class DiffNode
          Diff node are used as the compare result of the differencing engine.
 


Eclipse Platform
2.0

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