public class ExternalModelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Does not support adaptAllNew(Notifier)
because we cannot know
all the type keys that might be used to create adapters with this factory.
Specifically, the method adaptAllNew(Notifier)
does nothing, and
the helper method AdapterFactoryImpl.createAdapter(Notifier)
always returns an adapter with a null
type.
Modifier and Type | Field and Description |
---|---|
static org.eclipse.emf.common.notify.AdapterFactory |
INSTANCE
Static singleton instance of the factory.
|
Constructor and Description |
---|
ExternalModelAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
adaptAllNew(org.eclipse.emf.common.notify.Notifier target) |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target,
java.lang.Object type) |
boolean |
isFactoryForType(java.lang.Object type) |
public static final org.eclipse.emf.common.notify.AdapterFactory INSTANCE
public boolean isFactoryForType(java.lang.Object type)
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public void adaptAllNew(org.eclipse.emf.common.notify.Notifier target)
adaptAllNew
in interface org.eclipse.emf.common.notify.AdapterFactory
adaptAllNew
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target, java.lang.Object type)
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl