org.eclipse.emf.edit.provider
Interface ComposeableAdapterFactory
- All Superinterfaces:
- AdapterFactory
- All Known Implementing Classes:
- EcoreItemProviderAdapterFactory, GenModelItemProviderAdapterFactory, ReflectiveItemProviderAdapterFactory, ComposedAdapterFactory, DecoratorAdapterFactory, ResourceItemProviderAdapterFactory, TreeItemProviderAdapterFactory, MappingItemProviderAdapterFactory
- public interface ComposeableAdapterFactory
- extends AdapterFactory
This provides support that allows a factory to be composed into a ComposedAdapterFactory
that serves the union of the model objects from different packages.
getRootAdapterFactory
public ComposeableAdapterFactory getRootAdapterFactory()
- This convenience method returns the first adapter factory that doesn't have a parent, i.e., the root.
setParentAdapterFactory
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
- This sets the direct parent adapter factory into which this factory is composed.