public class EObjectAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Constructor and Description |
---|
EObjectAdapterFactory()
Constructs a new EObjectAdapterFactory
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
adapt(org.eclipse.emf.common.notify.Notifier notifier,
java.lang.Object type)
Returns either a previously associated adapter or a newly associated
adapter, as appropriate.
|
boolean |
isFactoryForType(java.lang.Object type)
Determines weather this Adapter Factory can provide an item label
provider for the given object type
|
public EObjectAdapterFactory()
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
type
- the key indicating the type of adapter in question.AdapterFactory.isFactoryForType(java.lang.Object)
public org.eclipse.emf.common.notify.Adapter adapt(org.eclipse.emf.common.notify.Notifier notifier, java.lang.Object type)
create
a new adapter.adapt
in interface org.eclipse.emf.common.notify.AdapterFactory
adapt
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
notifier
- the notifier to adapt.type
- the key indicating the type of adapter required.AdapterFactory.adapt(org.eclipse.emf.common.notify.Notifier,
java.lang.Object)