public final class DefaultAdapterFactoryCreator extends java.lang.Object implements IAdapterFactoryCreator
Modifier and Type | Class and Description |
---|---|
class |
DefaultAdapterFactoryCreator.CustomReflectiveItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to
support Viewers reflectively.
|
Constructor and Description |
---|
DefaultAdapterFactoryCreator()
Constructs a new DefaultAdapterFactoryCreator
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.AdapterFactory |
createAdapterFactory(MergeSessionInfo sessionInfo)
Returns an adapter factory that yields item providers that support all
view modes.
|
public DefaultAdapterFactoryCreator()
public org.eclipse.emf.common.notify.AdapterFactory createAdapterFactory(MergeSessionInfo sessionInfo)
IAdapterFactoryCreator
createAdapterFactory
in interface IAdapterFactoryCreator
sessionInfo
- Given merge session infocom.ibm.xtools.comparemerge.emf.itemprovider.IAdapterFactoryCreator#createAdapterFactory(com.ibm.xtools.comparemerge.core.utils.MergeSessionInfo)