public class ApplicationAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
ApplicationPackageImpl| Modifier and Type | Field and Description |
|---|---|
protected static ApplicationPackageImpl |
modelPackage
The cached model package
|
protected ApplicationSwitch<Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
ApplicationAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target |
Adapter |
createAddonAdapter()
Creates a new adapter for an object of class '
Addon' |
Adapter |
createApplicationAdapter()
Creates a new adapter for an object of class '
Application' |
Adapter |
createApplicationElementAdapter()
Creates a new adapter for an object of class '
Element' |
Adapter |
createBindingsAdapter()
Creates a new adapter for an object of class '
Bindings' |
Adapter |
createBindingTableContainerAdapter()
Creates a new adapter for an object of class '
Binding Table Container' |
Adapter |
createContextAdapter()
Creates a new adapter for an object of class '
Context' |
Adapter |
createContributionAdapter()
Creates a new adapter for an object of class '
Contribution' |
Adapter |
createElementContainerAdapter()
Creates a new adapter for an object of class '
Element Container' |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
Adapter |
createHandlerContainerAdapter()
Creates a new adapter for an object of class '
Handler Container' |
Adapter |
createLocalizableAdapter()
Creates a new adapter for an object of class '
Localizable' |
Adapter |
createMenuContributionsAdapter()
Creates a new adapter for an object of class '
Contributions' |
Adapter |
createPartDescriptorContainerAdapter()
Creates a new adapter for an object of class '
Part Descriptor Container' |
Adapter |
createSnippetContainerAdapter()
Creates a new adapter for an object of class '
Snippet Container' |
Adapter |
createStringToObjectMapAdapter()
Creates a new adapter for an object of class '
String To Object Map' |
Adapter |
createStringToStringMapAdapter()
Creates a new adapter for an object of class '
String To String Map' |
Adapter |
createToolBarContributionsAdapter()
Creates a new adapter for an object of class '
Tool Bar Contributions' |
Adapter |
createTrimContributionsAdapter()
Creates a new adapter for an object of class '
Trim Contributions' |
Adapter |
createUIElementAdapter()
Creates a new adapter for an object of class '
UI Element' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
protected static ApplicationPackageImpl modelPackage
protected ApplicationSwitch<Adapter> modelSwitch
createXXX methods.
public ApplicationAdapterFactory()
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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createStringToStringMapAdapter()
String To String Map'.
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.
Map.Entrypublic Adapter createApplicationAdapter()
Application'.
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.
MApplicationpublic Adapter createApplicationElementAdapter()
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.
MApplicationElementpublic Adapter createContributionAdapter()
Contribution'.
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.
MContributionpublic Adapter createAddonAdapter()
Addon'.
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.
MAddonpublic Adapter createStringToObjectMapAdapter()
String To Object Map'.
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.
Map.Entrypublic Adapter createLocalizableAdapter()
Localizable'.
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.
MLocalizablepublic Adapter createUIElementAdapter()
UI 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.
MUIElementpublic Adapter createElementContainerAdapter()
Element 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.
MElementContainerpublic Adapter createContextAdapter()
Context'.
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.
MContextpublic Adapter createHandlerContainerAdapter()
Handler 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.
MHandlerContainerpublic Adapter createBindingTableContainerAdapter()
Binding Table 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.
MBindingTableContainerpublic Adapter createPartDescriptorContainerAdapter()
Part Descriptor 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.
MPartDescriptorContainerpublic Adapter createBindingsAdapter()
Bindings'.
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.
MBindingspublic Adapter createMenuContributionsAdapter()
Contributions'.
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.
MMenuContributionspublic Adapter createToolBarContributionsAdapter()
Tool Bar Contributions'.
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.
MToolBarContributionspublic Adapter createTrimContributionsAdapter()
Trim Contributions'.
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.
MTrimContributionspublic Adapter createSnippetContainerAdapter()
Snippet 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.
MSnippetContainerpublic Adapter createEObjectAdapter()