|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.corona.model.container.util.ContainerAdapterFactory
public class ContainerAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
ContainerPackageImpl
Field Summary | |
---|---|
protected static ContainerPackageImpl |
modelPackage
The cached model package |
protected ContainerSwitch |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
ContainerAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target |
org.eclipse.emf.common.notify.Adapter |
createContainerPathElementAdapter()
Creates a new adapter for an object of class ' Path Element ' |
org.eclipse.emf.common.notify.Adapter |
createContainerPropertiesAdapter()
Creates a new adapter for an object of class ' Properties ' |
org.eclipse.emf.common.notify.Adapter |
createContainerPropertyAdapter()
Creates a new adapter for an object of class ' Property ' |
org.eclipse.emf.common.notify.Adapter |
createContextContainerAdapter()
Creates a new adapter for an object of class ' Context Container ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createRelatedContainersAdapter()
Creates a new adapter for an object of class ' Related Containers ' |
org.eclipse.emf.common.notify.Adapter |
createRelationshipFileAdapter()
Creates a new adapter for an object of class ' Relationship File ' |
org.eclipse.emf.common.notify.Adapter |
createRelationshipResourceSetAdapter()
Creates a new adapter for an object of class ' Relationship Resource Set ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryConfigurationAdapter()
Creates a new adapter for an object of class ' Repository Configuration ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryConfigurationsAdapter()
Creates a new adapter for an object of class ' Repository Configurations ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryConnectionParameterAdapter()
Creates a new adapter for an object of class ' Repository Connection Parameter ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryConnectionParametersAdapter()
Creates a new adapter for an object of class ' Repository Connection Parameters ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDescriptorAdapter()
Creates a new adapter for an object of class ' Repository Descriptor ' |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDescriptorsAdapter()
Creates a new adapter for an object of class ' Repository Descriptors ' |
org.eclipse.emf.common.notify.Adapter |
createResourceSubsetAdapter()
Creates a new adapter for an object of class ' Resource Subset ' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ContainerPackageImpl modelPackage
protected ContainerSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public ContainerAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createContainerPathElementAdapter()
Path Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ContainerPathElement
public org.eclipse.emf.common.notify.Adapter createContainerPropertiesAdapter()
Properties
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ContainerProperties
public org.eclipse.emf.common.notify.Adapter createContainerPropertyAdapter()
Property
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ContainerProperty
public org.eclipse.emf.common.notify.Adapter createContextContainerAdapter()
Context Container
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ContextContainer
public org.eclipse.emf.common.notify.Adapter createRelatedContainersAdapter()
Related Containers
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RelatedContainers
public org.eclipse.emf.common.notify.Adapter createRelationshipFileAdapter()
Relationship File
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RelationshipFile
public org.eclipse.emf.common.notify.Adapter createRelationshipResourceSetAdapter()
Relationship Resource Set
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RelationshipResourceSet
public org.eclipse.emf.common.notify.Adapter createRepositoryConfigurationAdapter()
Repository Configuration
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryConfiguration
public org.eclipse.emf.common.notify.Adapter createRepositoryConfigurationsAdapter()
Repository Configurations
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryConfigurations
public org.eclipse.emf.common.notify.Adapter createRepositoryConnectionParameterAdapter()
Repository Connection Parameter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryConnectionParameter
public org.eclipse.emf.common.notify.Adapter createRepositoryConnectionParametersAdapter()
Repository Connection Parameters
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryConnectionParameters
public org.eclipse.emf.common.notify.Adapter createRepositoryDescriptorAdapter()
Repository Descriptor
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryDescriptor
public org.eclipse.emf.common.notify.Adapter createRepositoryDescriptorsAdapter()
Repository Descriptors
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RepositoryDescriptors
public org.eclipse.emf.common.notify.Adapter createResourceSubsetAdapter()
Resource Subset
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ResourceSubset
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |