java.lang.Object
org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.legacy.impl.AbstractTypedElementAdapter
org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.impl.MatchAccessor
All Implemented Interfaces:
ICompareAccessor, ITypedElement

public class MatchAccessor extends AbstractTypedElementAdapter implements ICompareAccessor
A specific ICompareAccessor for Match objects.
Since:
4.0
  • Constructor Details

    • MatchAccessor

      public MatchAccessor(AdapterFactory adapterFactory, Match match, IMergeViewer.MergeViewerSide side)
      Creates a new object wrapping the given eObject.
      Parameters:
      adapterFactory - the adapter factory used to create the accessor.
      match - the match to associate with this accessor.
      side - the side of this accessor.
    • MatchAccessor

      public MatchAccessor(AdapterFactory adapterFactory, Match match, Diff diff, IMergeViewer.MergeViewerSide side)
      Creates a new object wrapping the given eObject.
      Parameters:
      adapterFactory - the adapter factory used to create the accessor.
      match - the match to associate with this accessor.
      diff - the diff associated with this accessor.
      side - the side of this accessor.
  • Method Details