|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelativeValueProviderAdapterFactory
This interface is implemented by classes that create adapters that adapt
EObject
s to RelativeValueProvider
s.
Nested Class Summary | |
---|---|
static class |
RelativeValueProviderAdapterFactory.RelativeValueProviderAdapterFactoryImpl
This class is the implementation of the factory that creates RelativeValueProvider 's |
Field Summary | |
---|---|
static RelativeValueProviderAdapterFactory.RelativeValueProviderAdapterFactoryImpl |
INSTANCE
This is the singleton instance of the factory that creates RelativeValueProvider instances. |
Method Summary |
---|
Methods inherited from interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory |
---|
getRootAdapterFactory, setParentAdapterFactory |
Methods inherited from interface org.eclipse.emf.common.notify.AdapterFactory |
---|
adapt, adapt, adaptAllNew, adaptNew, isFactoryForType |
Methods inherited from interface org.eclipse.emf.edit.provider.IChangeNotifier |
---|
addListener, fireNotifyChanged, removeListener |
Methods inherited from interface org.eclipse.emf.edit.provider.IDisposable |
---|
dispose |
Field Detail |
---|
static final RelativeValueProviderAdapterFactory.RelativeValueProviderAdapterFactoryImpl INSTANCE
RelativeValueProvider
instances.
This instance is a ComposedAdapterFactory
which means that it
collects together other ComposeableAdapterFactory
adapter
factories. Each class that implements
RelativeValueProviderAdapterFactory
needs to add itself to this
instance with a call to
ComposedAdapterFactory.addAdapterFactory(org.eclipse.emf.common.notify.AdapterFactory)
.
This will then allow adapters created by that factory to be found when
adapting class instances handled by the new factory.
Basically, if you create an EMF model and define a
RelativeValueProviderAdapterFactory
for it so that the classes in
that model can be adapted, you need to hook that factory into this one so
that later when an attempt is made to adapt a class from that model is
made the associated factory will be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |