public class ItemAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ItemPackage| Modifier and Type | Field and Description |
|---|---|
protected static ItemPackage |
modelPackage
The cached model package.
|
protected ItemSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
ItemAdapterFactory()
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 |
createCallAdapter()
Creates a new adapter for an object of class '
Call'. |
org.eclipse.emf.common.notify.Adapter |
createCallSuperAdapter()
Creates a new adapter for an object of class '
Call Super'. |
org.eclipse.emf.common.notify.Adapter |
createCompositePipelineAdapter()
Creates a new adapter for an object of class '
Composite Pipeline'. |
org.eclipse.emf.common.notify.Adapter |
createCustomizationPipelineAdapter()
Creates a new adapter for an object of class '
Customization Pipeline'. |
org.eclipse.emf.common.notify.Adapter |
createCustomScriptCustomizationPipelineAdapter()
Creates a new adapter for an object of class '
Custom Script Customization Pipeline'. |
org.eclipse.emf.common.notify.Adapter |
createCustomScriptSelectorAdapter()
Creates a new adapter for an object of class '
Custom Script Selector'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createJavaScriptCustomizationPipelineAdapter()
Creates a new adapter for an object of class '
Java Script Customization Pipeline'. |
org.eclipse.emf.common.notify.Adapter |
createJavaScriptSelectorAdapter()
Creates a new adapter for an object of class '
Java Script Selector'. |
org.eclipse.emf.common.notify.Adapter |
createScriptCustomizationPipelineAdapter()
Creates a new adapter for an object of class '
Script Customization Pipeline'. |
org.eclipse.emf.common.notify.Adapter |
createScriptSelectorAdapter()
Creates a new adapter for an object of class '
Script Selector'. |
org.eclipse.emf.common.notify.Adapter |
createSelectorAdapter()
Creates a new adapter for an object of class '
Selector'. |
org.eclipse.emf.common.notify.Adapter |
createStepAdapter()
Creates a new adapter for an object of class '
Step'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ItemPackage modelPackage
protected ItemSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ItemAdapterFactory()
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 createCustomizationPipelineAdapter()
Customization Pipeline'.
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.
CustomizationPipelinepublic org.eclipse.emf.common.notify.Adapter createScriptCustomizationPipelineAdapter()
Script Customization Pipeline'.
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.
ScriptCustomizationPipelinepublic org.eclipse.emf.common.notify.Adapter createCompositePipelineAdapter()
Composite Pipeline'.
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.
CompositePipelinepublic org.eclipse.emf.common.notify.Adapter createCallAdapter()
Call'.
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.
Callpublic org.eclipse.emf.common.notify.Adapter createStepAdapter()
Step'.
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.
Steppublic org.eclipse.emf.common.notify.Adapter createCallSuperAdapter()
Call Super'.
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.
CallSuperpublic org.eclipse.emf.common.notify.Adapter createSelectorAdapter()
Selector'.
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.
Selectorpublic org.eclipse.emf.common.notify.Adapter createScriptSelectorAdapter()
Script Selector'.
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.
ScriptSelectorpublic org.eclipse.emf.common.notify.Adapter createJavaScriptCustomizationPipelineAdapter()
Java Script Customization Pipeline'.
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.
JavaScriptCustomizationPipelinepublic org.eclipse.emf.common.notify.Adapter createCustomScriptCustomizationPipelineAdapter()
Custom Script Customization Pipeline'.
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.
CustomScriptCustomizationPipelinepublic org.eclipse.emf.common.notify.Adapter createJavaScriptSelectorAdapter()
Java Script Selector'.
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.
JavaScriptSelectorpublic org.eclipse.emf.common.notify.Adapter createCustomScriptSelectorAdapter()
Custom Script Selector'.
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.
CustomScriptSelectorpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()