Uses of Interface
org.eclipse.compare.ISharedDocumentAdapter
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 ISharedDocumentAdapter in org.eclipse.compare
Modifier and TypeClassDescriptionclass
An implementation ofISharedDocumentAdapter
that provides default behavior for the methods of that interface. -
Uses of ISharedDocumentAdapter in org.eclipse.compare.structuremergeviewer
Modifier and TypeClassDescriptionclass
An implementation ofISharedDocumentAdapter
that wraps another shared document adapter.Modifier and TypeMethodDescriptionstatic ISharedDocumentAdapter
SharedDocumentAdapterWrapper.getAdapter
(Object element) Helper method that returns the shared document adapter for the given typed element ornull
if there isn't one.final ISharedDocumentAdapter
SharedDocumentAdapterWrapper.getWrappedAdapter()
Returns the wrapped adapter.Modifier and TypeMethodDescriptionprotected abstract IStructureComparator
StructureCreator.createStructureComparator
(Object element, IDocument document, ISharedDocumentAdapter sharedDocumentAdapter, IProgressMonitor monitor) Creates anIStructureComparator
for the given element using the contents available in the given document.ModifierConstructorDescriptionSharedDocumentAdapterWrapper
(ISharedDocumentAdapter wrappedAdapter) Creates a shared document adapter that wraps the given adapter.StructureRootNode
(IDocument document, Object input, StructureCreator creator, ISharedDocumentAdapter adapter) Create the structure root node.