public class RenderItemProviderAdapterFactory extends RenderAdapterFactory implements ComposeableAdapterFactory,IChangeNotifier(Code)
This is the factory that is used to provide the interfaces needed to support Viewers. The
adapters generated by this factory convert EMF adapter notifications into calls to
RenderItemProviderAdapterFactory.fireNotifyChanged fireNotifyChanged . The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
Field Summary
protected IChangeNotifier
changeNotifier This is used to implement
org.eclipse.emf.edit.provider.IChangeNotifier .