Class ArchitecturaltemplatesItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
- All Implemented Interfaces:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier
public class ArchitecturaltemplatesItemProviderAdapterFactory
extends ArchitecturaltemplatesAdapterFactory
implements ComposeableAdapterFactory, IChangeNotifier
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ATItemProviderThis keeps track of the one adapter used for allATinstances.protected CatalogItemProviderThis keeps track of the one adapter used for allCataloginstances.protected IChangeNotifierThis is used to implementIChangeNotifier.protected GenericFileExtensionItemProviderThis keeps track of the one adapter used for allGenericFileExtensioninstances.This keeps track of the one adapter used for allIsolatedPCMTemplateCompletionParameterinstances.protected OCLConstraintItemProviderThis keeps track of the one adapter used for allOCLConstraintinstances.protected ComposedAdapterFactoryThis keeps track of the root adapter factory that delegates to this adapter factory.This keeps track of the one adapter used for allPCMBlackboardCompletionParameterinstances.protected PCMFileExtensionItemProviderThis keeps track of the one adapter used for allPCMFileExtensioninstances.protected PCMOutputCompletionParameterItemProviderThis keeps track of the one adapter used for allPCMOutputCompletionParameterinstances.This keeps track of the one adapter used for allPCMTemplateCompletionParameterinstances.protected QVTOCompletionItemProviderThis keeps track of the one adapter used for allQVTOCompletioninstances.protected ReconfigurationFolderItemProviderThis keeps track of the one adapter used for allReconfigurationFolderinstances.protected RoleItemProviderThis keeps track of the one adapter used for allRoleinstances.protected Collection<Object>This keeps track of all the supported types checked byisFactoryForType.Fields inherited from class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
modelPackage, modelSwitch -
Constructor Summary
ConstructorsConstructorDescriptionThis constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionThis implementation substitutes the factory itself as the key for the adapter.voidaddListener(INotifyChangedListener notifyChangedListener) This adds a listener.This creates an adapter for aAT.This creates an adapter for aCatalog.This creates an adapter for aGenericFileExtension.This creates an adapter for aIsolatedPCMTemplateCompletionParameter.This creates an adapter for aOCLConstraint.This creates an adapter for aPCMBlackboardCompletionParameter.This creates an adapter for aPCMFileExtension.This creates an adapter for aPCMOutputCompletionParameter.This creates an adapter for aPCMTemplateCompletionParameter.This creates an adapter for aQVTOCompletion.This creates an adapter for aReconfigurationFolder.This creates an adapter for aRole.voidfireNotifyChanged(Notification notification) This delegates tochangeNotifierand toparentAdapterFactory.This returns the root adapter factory that contains this factory.booleanisFactoryForType(Object type) voidremoveListener(INotifyChangedListener notifyChangedListener) This removes a listener.voidsetParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) This sets the composed adapter factory that contains this factory.Methods inherited from class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
createAdapter, createCompletionAdapter, createCompletionParameterAdapter, createConstraintAdapter, createEntityAdapter, createEObjectAdapter, createFileExtensionAdapter, createIdentifierAdapter, createNamedElementAdapter, createPCMCompletionParameterAdapterMethods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adaptAllNew, adaptNew, associate, createAdapter, resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.emf.common.notify.AdapterFactory
adaptAllNew, adaptNew
-
Field Details
-
parentAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.- Generated class or method.
-
changeNotifier
This is used to implementIChangeNotifier.- Generated class or method.
-
supportedTypes
This keeps track of all the supported types checked byisFactoryForType.- Generated class or method.
-
atItemProvider
This keeps track of the one adapter used for allATinstances.- Generated class or method.
-
catalogItemProvider
This keeps track of the one adapter used for allCataloginstances.- Generated class or method.
-
roleItemProvider
This keeps track of the one adapter used for allRoleinstances.- Generated class or method.
-
oclConstraintItemProvider
This keeps track of the one adapter used for allOCLConstraintinstances.- Generated class or method.
-
qvtoCompletionItemProvider
This keeps track of the one adapter used for allQVTOCompletioninstances.- Generated class or method.
-
pcmBlackboardCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMBlackboardCompletionParameterinstances.- Generated class or method.
-
pcmTemplateCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMTemplateCompletionParameterinstances.- Generated class or method.
-
pcmOutputCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMOutputCompletionParameterinstances.- Generated class or method.
-
reconfigurationFolderItemProvider
This keeps track of the one adapter used for allReconfigurationFolderinstances.- Generated class or method.
-
isolatedPCMTemplateCompletionParameterItemProvider
protected IsolatedPCMTemplateCompletionParameterItemProvider isolatedPCMTemplateCompletionParameterItemProviderThis keeps track of the one adapter used for allIsolatedPCMTemplateCompletionParameterinstances.- Generated class or method.
-
pcmFileExtensionItemProvider
This keeps track of the one adapter used for allPCMFileExtensioninstances.- Generated class or method.
-
genericFileExtensionItemProvider
This keeps track of the one adapter used for allGenericFileExtensioninstances.- Generated class or method.
-
-
Constructor Details
-
ArchitecturaltemplatesItemProviderAdapterFactory
public ArchitecturaltemplatesItemProviderAdapterFactory()This constructs an instance.- Generated class or method.
-
-
Method Details
-
createATAdapter
This creates an adapter for aAT.- Overrides:
createATAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createCatalogAdapter
This creates an adapter for aCatalog.- Overrides:
createCatalogAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createRoleAdapter
This creates an adapter for aRole.- Overrides:
createRoleAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createOCLConstraintAdapter
This creates an adapter for aOCLConstraint.- Overrides:
createOCLConstraintAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createQVTOCompletionAdapter
This creates an adapter for aQVTOCompletion.- Overrides:
createQVTOCompletionAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMBlackboardCompletionParameterAdapter
This creates an adapter for aPCMBlackboardCompletionParameter.- Overrides:
createPCMBlackboardCompletionParameterAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMTemplateCompletionParameterAdapter
This creates an adapter for aPCMTemplateCompletionParameter.- Overrides:
createPCMTemplateCompletionParameterAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMOutputCompletionParameterAdapter
This creates an adapter for aPCMOutputCompletionParameter.- Overrides:
createPCMOutputCompletionParameterAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createReconfigurationFolderAdapter
This creates an adapter for aReconfigurationFolder.- Overrides:
createReconfigurationFolderAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createIsolatedPCMTemplateCompletionParameterAdapter
This creates an adapter for aIsolatedPCMTemplateCompletionParameter.- Overrides:
createIsolatedPCMTemplateCompletionParameterAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMFileExtensionAdapter
This creates an adapter for aPCMFileExtension.- Overrides:
createPCMFileExtensionAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createGenericFileExtensionAdapter
This creates an adapter for aGenericFileExtension.- Overrides:
createGenericFileExtensionAdapterin classArchitecturaltemplatesAdapterFactory- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
getRootAdapterFactory
This returns the root adapter factory that contains this factory.- Specified by:
getRootAdapterFactoryin interfaceComposeableAdapterFactory- Generated class or method.
-
setParentAdapterFactory
This sets the composed adapter factory that contains this factory.- Specified by:
setParentAdapterFactoryin interfaceComposeableAdapterFactory- Generated class or method.
-
isFactoryForType
- Specified by:
isFactoryForTypein interfaceAdapterFactory- Overrides:
isFactoryForTypein classArchitecturaltemplatesAdapterFactory- Returns:
- whether this factory is applicable for the type of the object.
- Generated class or method.
-
adapt
This implementation substitutes the factory itself as the key for the adapter.- Specified by:
adaptin interfaceAdapterFactory- Overrides:
adaptin classAdapterFactoryImpl- Generated class or method.
-
adapt
- Specified by:
adaptin interfaceAdapterFactory- Overrides:
adaptin classAdapterFactoryImpl- Generated class or method.
-
addListener
This adds a listener.- Specified by:
addListenerin interfaceIChangeNotifier- Generated class or method.
-
removeListener
This removes a listener.- Specified by:
removeListenerin interfaceIChangeNotifier- Generated class or method.
-
fireNotifyChanged
This delegates tochangeNotifierand toparentAdapterFactory.- Specified by:
fireNotifyChangedin interfaceIChangeNotifier- Generated class or method.
-