java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.dataflow.confidentiality.pcm.model.confidentiality.characteristics.util.CharacteristicsAdapterFactory
org.palladiosimulator.dataflow.confidentiality.pcm.model.confidentiality.characteristics.provider.CharacteristicsItemProviderAdapterFactory
All Implemented Interfaces:
AdapterFactory, ComposeableAdapterFactory, IChangeNotifier, IChildCreationExtender, IDisposable

public class CharacteristicsItemProviderAdapterFactory extends CharacteristicsAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable, IChildCreationExtender
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 fireNotifyChanged. The adapters also support Eclipse property sheets. Note that most of the adapters are shared among multiple instances.
Generated class or method.