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.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedDocumentAdapter
An implementation of
ISharedDocumentAdapter that provides default behavior for the
methods of that interface. |
Modifier and Type | Class and Description |
---|---|
class |
SharedDocumentAdapterWrapper
An implementation of
ISharedDocumentAdapter that wraps another
shared document adapter. |
Modifier and Type | Method and Description |
---|---|
static ISharedDocumentAdapter |
SharedDocumentAdapterWrapper.getAdapter(Object element)
Helper method that returns the shared document adapter for the
given typed element or
null if there isn't one. |
ISharedDocumentAdapter |
SharedDocumentAdapterWrapper.getWrappedAdapter()
Return the wrapped adapter.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IStructureComparator |
StructureCreator.createStructureComparator(Object element,
IDocument document,
ISharedDocumentAdapter sharedDocumentAdapter,
IProgressMonitor monitor)
Create an
IStructureComparator for the given element using the
contents available in the given document. |
Constructor and Description |
---|
SharedDocumentAdapterWrapper(ISharedDocumentAdapter wrappedAdapter)
Create a shared document adapter that wraps the given adapter.
|
StructureRootNode(IDocument document,
Object input,
StructureCreator creator,
ISharedDocumentAdapter adapter)
Create the structure root node.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.