Class StereotypableElementDecoratorAdapterFactory
java.lang.Object
org.eclipse.emf.edit.provider.DecoratorAdapterFactory
org.palladiosimulator.mdsdprofiles.provider.StereotypableElementDecoratorAdapterFactory
- All Implemented Interfaces:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IDisposable
An adapter factory for stereotypable elements. Takes care of firing notifications about
stereotype apply and unapply operations, e.g., needed for label updates within viewers.
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
changeNotifier, decoratedAdapterFactory, itemProviderDecorators, parentAdapterFactory -
Constructor Summary
ConstructorsConstructorDescriptionStereotypableElementDecoratorAdapterFactory(AdapterFactory decoratedAdapterFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected IItemProviderDecoratorcreateItemProviderDecorator(Object target, Object type) Methods inherited from class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
adapt, adaptAllNew, adaptNew, addListener, dispose, fireNotifyChanged, getDecoratedAdapterFactory, getRootAdapterFactory, isFactoryForType, removeListener, setDecoratedAdapterFactory, setParentAdapterFactory
-
Constructor Details
-
StereotypableElementDecoratorAdapterFactory
-
-
Method Details
-
createItemProviderDecorator
- Specified by:
createItemProviderDecoratorin classDecoratorAdapterFactory
-
adapt
- Specified by:
adaptin interfaceAdapterFactory- Overrides:
adaptin classDecoratorAdapterFactory
-