Uses of Interface
org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.legacy.ITypedElement
-
-
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor
Subinterfaces of ITypedElement in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor Modifier and Type Interface Description interface
ICompareAccessor
An ICompareAccessor is anITypedElement
used to present an input object in the EMF Compare UI.interface
IResourceContentsAccessor
A specificICompareAccessor
for resource contents.interface
IStructuralFeatureAccessor
A specificICompareAccessor
for structural features. -
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory
Methods in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory that return ITypedElement Modifier and Type Method Description ITypedElement
IAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
IAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
IAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object. -
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.legacy.impl
Classes in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.legacy.impl that implement ITypedElement Modifier and Type Class Description class
AbstractTypedElementAdapter
An abstract implementation ofITypedElement
. -
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl
Methods in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl that return ITypedElement Modifier and Type Method Description ITypedElement
ComparisonAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ContainmentReferenceChangeAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapChangeMoveAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapKeyChangeAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ManyStructuralFeatureAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchResourceAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ResourceContentsAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
SingleStructuralFeatureAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
StringAttributeChangeAccessorFactory. createAncestor(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ComparisonAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ContainmentReferenceChangeAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapChangeMoveAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapKeyChangeAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ManyStructuralFeatureAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchResourceAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ResourceContentsAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
SingleStructuralFeatureAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
StringAttributeChangeAccessorFactory. createLeft(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ComparisonAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ContainmentReferenceChangeAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapChangeMoveAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
FeatureMapKeyChangeAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ManyStructuralFeatureAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
MatchResourceAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
ResourceContentsAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
SingleStructuralFeatureAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object.ITypedElement
StringAttributeChangeAccessorFactory. createRight(AdapterFactory adapterFactory, Object target)
Creates anITypedElement
from anAdapterFactory
and a given object. -
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.impl
-
Uses of ITypedElement in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.legacy.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.legacy.impl that implement ITypedElement Modifier and Type Class Description class
TypedNotifier
A specific implementation ofAbstractTypedElementAdapter
for notifiers.
-