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
Modifier and TypeFieldDescriptionprotected ATItemProvider
This keeps track of the one adapter used for allAT
instances.protected CatalogItemProvider
This keeps track of the one adapter used for allCatalog
instances.protected IChangeNotifier
This is used to implementIChangeNotifier
.protected GenericFileExtensionItemProvider
This keeps track of the one adapter used for allGenericFileExtension
instances.This keeps track of the one adapter used for allIsolatedPCMTemplateCompletionParameter
instances.protected OCLConstraintItemProvider
This keeps track of the one adapter used for allOCLConstraint
instances.protected ComposedAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.This keeps track of the one adapter used for allPCMBlackboardCompletionParameter
instances.protected PCMFileExtensionItemProvider
This keeps track of the one adapter used for allPCMFileExtension
instances.protected PCMOutputCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMOutputCompletionParameter
instances.This keeps track of the one adapter used for allPCMTemplateCompletionParameter
instances.protected QVTOCompletionItemProvider
This keeps track of the one adapter used for allQVTOCompletion
instances.protected ReconfigurationFolderItemProvider
This keeps track of the one adapter used for allReconfigurationFolder
instances.protected RoleItemProvider
This keeps track of the one adapter used for allRole
instances.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
ConstructorDescriptionThis constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionThis implementation substitutes the factory itself as the key for the adapter.void
addListener
(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
.void
fireNotifyChanged
(Notification notification) This delegates tochangeNotifier
and toparentAdapterFactory
.This returns the root adapter factory that contains this factory.boolean
isFactoryForType
(Object type) void
removeListener
(INotifyChangedListener notifyChangedListener) This removes a listener.void
setParentAdapterFactory
(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, createPCMCompletionParameterAdapter
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adaptAllNew, adaptNew, associate, createAdapter, resolve
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 allAT
instances.- Generated class or method.
-
catalogItemProvider
This keeps track of the one adapter used for allCatalog
instances.- Generated class or method.
-
roleItemProvider
This keeps track of the one adapter used for allRole
instances.- Generated class or method.
-
oclConstraintItemProvider
This keeps track of the one adapter used for allOCLConstraint
instances.- Generated class or method.
-
qvtoCompletionItemProvider
This keeps track of the one adapter used for allQVTOCompletion
instances.- Generated class or method.
-
pcmBlackboardCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMBlackboardCompletionParameter
instances.- Generated class or method.
-
pcmTemplateCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMTemplateCompletionParameter
instances.- Generated class or method.
-
pcmOutputCompletionParameterItemProvider
This keeps track of the one adapter used for allPCMOutputCompletionParameter
instances.- Generated class or method.
-
reconfigurationFolderItemProvider
This keeps track of the one adapter used for allReconfigurationFolder
instances.- Generated class or method.
-
isolatedPCMTemplateCompletionParameterItemProvider
protected IsolatedPCMTemplateCompletionParameterItemProvider isolatedPCMTemplateCompletionParameterItemProviderThis keeps track of the one adapter used for allIsolatedPCMTemplateCompletionParameter
instances.- Generated class or method.
-
pcmFileExtensionItemProvider
This keeps track of the one adapter used for allPCMFileExtension
instances.- Generated class or method.
-
genericFileExtensionItemProvider
This keeps track of the one adapter used for allGenericFileExtension
instances.- 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:
createATAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createCatalogAdapter
This creates an adapter for aCatalog
.- Overrides:
createCatalogAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createRoleAdapter
This creates an adapter for aRole
.- Overrides:
createRoleAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createOCLConstraintAdapter
This creates an adapter for aOCLConstraint
.- Overrides:
createOCLConstraintAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createQVTOCompletionAdapter
This creates an adapter for aQVTOCompletion
.- Overrides:
createQVTOCompletionAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMBlackboardCompletionParameterAdapter
This creates an adapter for aPCMBlackboardCompletionParameter
.- Overrides:
createPCMBlackboardCompletionParameterAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMTemplateCompletionParameterAdapter
This creates an adapter for aPCMTemplateCompletionParameter
.- Overrides:
createPCMTemplateCompletionParameterAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMOutputCompletionParameterAdapter
This creates an adapter for aPCMOutputCompletionParameter
.- Overrides:
createPCMOutputCompletionParameterAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createReconfigurationFolderAdapter
This creates an adapter for aReconfigurationFolder
.- Overrides:
createReconfigurationFolderAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createIsolatedPCMTemplateCompletionParameterAdapter
This creates an adapter for aIsolatedPCMTemplateCompletionParameter
.- Overrides:
createIsolatedPCMTemplateCompletionParameterAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createPCMFileExtensionAdapter
This creates an adapter for aPCMFileExtension
.- Overrides:
createPCMFileExtensionAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
createGenericFileExtensionAdapter
This creates an adapter for aGenericFileExtension
.- Overrides:
createGenericFileExtensionAdapter
in classArchitecturaltemplatesAdapterFactory
- Returns:
- the new adapter.
- See Also:
- Generated class or method.
-
getRootAdapterFactory
This returns the root adapter factory that contains this factory.- Specified by:
getRootAdapterFactory
in interfaceComposeableAdapterFactory
- Generated class or method.
-
setParentAdapterFactory
This sets the composed adapter factory that contains this factory.- Specified by:
setParentAdapterFactory
in interfaceComposeableAdapterFactory
- Generated class or method.
-
isFactoryForType
- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in 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:
adapt
in interfaceAdapterFactory
- Overrides:
adapt
in classAdapterFactoryImpl
- Generated class or method.
-
adapt
- Specified by:
adapt
in interfaceAdapterFactory
- Overrides:
adapt
in classAdapterFactoryImpl
- Generated class or method.
-
addListener
This adds a listener.- Specified by:
addListener
in interfaceIChangeNotifier
- Generated class or method.
-
removeListener
This removes a listener.- Specified by:
removeListener
in interfaceIChangeNotifier
- Generated class or method.
-
fireNotifyChanged
This delegates tochangeNotifier
and toparentAdapterFactory
.- Specified by:
fireNotifyChanged
in interfaceIChangeNotifier
- Generated class or method.
-