public class PropertiesAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
PropertiesPackage| Modifier and Type | Field and Description |
|---|---|
protected static PropertiesPackage |
modelPackage
The cached model package
|
protected PropertiesSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
PropertiesAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createCommentAdapter()
Creates a new adapter for an object of class '
Comment' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createProjectAdapter()
Creates a new adapter for an object of class '
Project' |
org.eclipse.emf.common.notify.Adapter |
createProjectLocaleAdapter()
Creates a new adapter for an object of class '
Project Locale' |
org.eclipse.emf.common.notify.Adapter |
createProjectVersionAdapter()
Creates a new adapter for an object of class '
Project Version' |
org.eclipse.emf.common.notify.Adapter |
createPropertyAdapter()
Creates a new adapter for an object of class '
Property' |
org.eclipse.emf.common.notify.Adapter |
createPropertyFileAdapter()
Creates a new adapter for an object of class '
Property File' |
org.eclipse.emf.common.notify.Adapter |
createPropertyFileDescriptorAdapter()
Creates a new adapter for an object of class '
Property File Descriptor' |
org.eclipse.emf.common.notify.Adapter |
createPropertyFileDiffAdapter()
Creates a new adapter for an object of class '
Property File Diff' |
org.eclipse.emf.common.notify.Adapter |
createResolvableAdapter()
Creates a new adapter for an object of class '
Resolvable' |
org.eclipse.emf.common.notify.Adapter |
createResourceFolderAdapter()
Creates a new adapter for an object of class '
Resource Folder' |
org.eclipse.emf.common.notify.Adapter |
createReviewAdapter()
Creates a new adapter for an object of class '
Review' |
org.eclipse.emf.common.notify.Adapter |
createScanConfigurationAdapter()
Creates a new adapter for an object of class '
Scan Configuration' |
org.eclipse.emf.common.notify.Adapter |
createWorkspaceAdapter()
Creates a new adapter for an object of class '
Workspace' |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object
|
protected static PropertiesPackage modelPackage
protected PropertiesSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public PropertiesAdapterFactory()
public boolean isFactoryForType(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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createPropertyFileAdapter()
Property 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.
PropertyFilepublic org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
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.
Propertypublic org.eclipse.emf.common.notify.Adapter createPropertyFileDescriptorAdapter()
Property File 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.
PropertyFileDescriptorpublic org.eclipse.emf.common.notify.Adapter createProjectAdapter()
Project'.
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.
Projectpublic org.eclipse.emf.common.notify.Adapter createProjectVersionAdapter()
Project Version'.
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.
ProjectVersionpublic org.eclipse.emf.common.notify.Adapter createProjectLocaleAdapter()
Project Locale'.
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.
ProjectLocalepublic org.eclipse.emf.common.notify.Adapter createWorkspaceAdapter()
Workspace'.
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.
Workspacepublic org.eclipse.emf.common.notify.Adapter createResolvableAdapter()
Resolvable'.
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.
Resolvablepublic org.eclipse.emf.common.notify.Adapter createScanConfigurationAdapter()
Scan 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.
ScanConfigurationpublic org.eclipse.emf.common.notify.Adapter createReviewAdapter()
Review'.
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.
Reviewpublic org.eclipse.emf.common.notify.Adapter createCommentAdapter()
Comment'.
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.
Commentpublic org.eclipse.emf.common.notify.Adapter createPropertyFileDiffAdapter()
Property File Diff'.
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.
PropertyFileDiffpublic org.eclipse.emf.common.notify.Adapter createResourceFolderAdapter()
Resource Folder'.
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.
ResourceFolderpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2013–2014 Jabylon. All rights reserved.