Class AbstractSynchronizationCompareAdapter

java.lang.Object
org.eclipse.team.ui.mapping.SynchronizationCompareAdapter
org.eclipse.ltk.ui.refactoring.model.AbstractSynchronizationCompareAdapter
All Implemented Interfaces:
ISynchronizationCompareAdapter

public abstract class AbstractSynchronizationCompareAdapter extends SynchronizationCompareAdapter
Partial implementation of a refactoring-aware synchronization compare adapter.

This class provides compare support for the refactoring history objects associated with a refactoring model provider.

Note: this class is designed to be extended by clients. Programming language implementers which need a refactoring-aware synchronization compare adapter to contribute to team synchronization views may extend this class to provide specific compare inputs for their model elements.

Since:
3.2
See Also: