Uses of Interface
org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory
-
-
Uses of IAccessorFactory in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer
Methods in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer that return IAccessorFactory Modifier and Type Method Description protected 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 IAccessorFactory Modifier and Type Method Description IAccessorFactory
IAccessorFactory.Registry. add(IAccessorFactory factory)
Add the given factory to the registry.IAccessorFactory
IAccessorFactory.Registry. getHighestRankingFactory(Object target)
Returns the highest ranking factory available for the given object.IAccessorFactory
IAccessorFactory.Registry. remove(String className)
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 IAccessorFactory Modifier and Type Method Description Collection<IAccessorFactory>
IAccessorFactory.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 IAccessorFactory Modifier and Type Method Description IAccessorFactory
IAccessorFactory.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
Methods in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.factory.impl that return IAccessorFactory Modifier and Type Method Description IAccessorFactory
AccessorFactoryRegistryImpl. add(IAccessorFactory factory)
Add the given factory to the registry.IAccessorFactory
AccessorFactoryRegistryImpl. getHighestRankingFactory(Object target)
Returns the highest ranking factory available for the given object.IAccessorFactory
AccessorFactoryRegistryImpl. remove(String className)
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 IAccessorFactory Modifier and Type Method Description List<IAccessorFactory>
AccessorFactoryRegistryImpl. 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 IAccessorFactory Modifier and Type Method Description IAccessorFactory
AccessorFactoryRegistryImpl. add(IAccessorFactory factory)
Add the given factory to the registry.
-