Uses of Interface
org.eclipse.compare.IStreamContentAccessor
-
Packages that use IStreamContentAccessor Package Description 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 IStreamContentAccessor in org.eclipse.compare
Subinterfaces of IStreamContentAccessor in org.eclipse.compare Modifier and Type Interface Description interfaceIEncodedStreamContentAccessorExtension forIStreamContentAccessor.Classes in org.eclipse.compare that implement IStreamContentAccessor Modifier and Type Class Description classBufferedContentAbstract implementation for a bufferedIStreamContentAccessor.classHistoryItemA combinationIFileStateandITypedElementthat can be used as an input to a compare viewer or other places where anIStreamContentAccessoris needed.classResourceNodeAResourceNodewraps anIResourcesso that it can be used as input for the differencing engine (interfacesIStructureComparatorandITypedElement) and theReplaceWithEditionDialog(interfacesITypedElementandIModificationDate). -
Uses of IStreamContentAccessor in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IStreamContentAccessor Modifier and Type Class Description classDocumentRangeNodeA document range node represents a structural element when performing a structure compare of documents.classStructureRootNodeA node that acts as the root of the tree returned from aStructureCreator.
-