Uses of Interface
org.eclipse.compare.IEditableContent
Packages that use IEditableContent
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
-
Uses of IEditableContent in org.eclipse.compare
Classes in org.eclipse.compare that implement IEditableContentModifier and TypeClassDescriptionclassAResourceNodewraps anIResourcesso that it can be used as input for the differencing engine (interfacesIStructureComparatorandITypedElement) and theReplaceWithEditionDialog(interfacesITypedElementandIModificationDate). -
Uses of IEditableContent in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IEditableContent -
Uses of IEditableContent in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IEditableContentModifier and TypeClassDescriptionclassA document range node represents a structural element when performing a structure compare of documents.classA node that acts as the root of the tree returned from aStructureCreator.