Package | Description |
---|---|
org.eclipse.emf.compare.internal.adapterfactory | |
org.eclipse.emf.compare.rcp |
Modifier and Type | Class and Description |
---|---|
class |
RankedAdapterFactoryDescriptorRegistryImpl
The default implementation of the
Descriptor.Registry . |
Modifier and Type | Method and Description |
---|---|
RankedAdapterFactoryDescriptor.Registry |
EMFCompareRCPPlugin.createFilteredAdapterFactoryRegistry()
Deprecated.
Use
EMFCompareRCPPlugin.createFilteredAdapterFactoryRegistry(Map) to take the context into
consideration. Typically, you would provide the comparison as a context map by passing
ImmutableMap.of(IContextTester.CTX_COMPARISON, comparison) as an argument. If
no comparison context is available, use an empty context. |
RankedAdapterFactoryDescriptor.Registry |
EMFCompareRCPPlugin.createFilteredAdapterFactoryRegistry(Map<Object,Object> context)
Returns a new instance of EMF Compare adapter factory descriptor registry to which extension will be
registered.
|
RankedAdapterFactoryDescriptor.Registry |
EMFCompareRCPPlugin.getAdapterFactoryRegistry()
Returns the adapter factory descriptor registry to which extension will be registered.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.