Uses of Interface
org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory
Packages that use IAccessorFactory
Package
Description
-
Uses of IAccessorFactory in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer
Methods in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer that return IAccessorFactoryModifier and TypeMethodDescriptionprotected IAccessorFactory
CompareInputAdapter.getAccessorFactoryForTarget()
Returns the appropriateIAccessorFactory
from the accessor factory registry. -
Uses of IAccessorFactory in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory
Methods in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory that return IAccessorFactoryModifier and TypeMethodDescriptionIAccessorFactory.Registry.add
(IAccessorFactory factory) Add the given factory to the registry.IAccessorFactory.Registry.getHighestRankingFactory
(Object target) Returns the highest ranking factory available for the given object.Remove the factory represented by the given class name.Methods in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory that return types with arguments of type IAccessorFactoryModifier and TypeMethodDescriptionIAccessorFactory.Registry.getFactories
(Object target) Returns all the factories available in the registry for the given object.Methods in org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory with parameters of type IAccessorFactoryModifier and TypeMethodDescriptionIAccessorFactory.Registry.add
(IAccessorFactory factory) Add the given factory to the registry. -
Uses of IAccessorFactory in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl that implement IAccessorFactoryModifier and TypeClassDescriptionclass
An abstract implementation ofIAccessorFactory
.class
A specificIAccessorFactory
forComparison
objects.class
A specificIAccessorFactory
for containmentReferenceChange
objects.class
A specificIAccessorFactory
for FeatureMapChanges of kind DifferenceKind.MOVE (represent an entry that moved from map to another).class
A specificIAccessorFactory
for FeatureMapChanges of kind DifferenceKind.CHANGE (represent a value that changed his key).class
A specificIAccessorFactory
for multi-valued structural feature objects.class
A specificIAccessorFactory
forMatch
objects.class
A specificIAccessorFactory
forMatchResource
objects.class
A specificIAccessorFactory
forResourceAttachmentChange
objects.class
A specificIAccessorFactory
for mono-valued structural feature objects.class
A specificIAccessorFactory
for string-typedAttributeChange
objects.Methods in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl that return IAccessorFactoryModifier and TypeMethodDescriptionAccessorFactoryRegistryImpl.add
(IAccessorFactory factory) Add the given factory to the registry.AccessorFactoryRegistryImpl.getHighestRankingFactory
(Object target) Returns the highest ranking factory available for the given object.Remove the factory represented by the given class name.Methods in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl that return types with arguments of type IAccessorFactoryModifier and TypeMethodDescriptionAccessorFactoryRegistryImpl.getFactories
(Object target) Returns all the factories available in the registry for the given object.Methods in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl with parameters of type IAccessorFactoryModifier and TypeMethodDescriptionAccessorFactoryRegistryImpl.add
(IAccessorFactory factory) Add the given factory to the registry.