public class AdvancedAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
AdvancedPackageImpl| Modifier and Type | Field and Description |
|---|---|
protected static AdvancedPackageImpl |
modelPackage
The cached model package
|
protected AdvancedSwitch<Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
AdvancedAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target |
Adapter |
createApplicationElementAdapter()
Creates a new adapter for an object of class '
Element' |
Adapter |
createAreaAdapter()
Creates a new adapter for an object of class '
Area' |
Adapter |
createBindingsAdapter()
Creates a new adapter for an object of class '
Bindings' |
Adapter |
createContextAdapter()
Creates a new adapter for an object of class '
Context' |
Adapter |
createElementContainerAdapter()
Creates a new adapter for an object of class '
Element Container' |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
Adapter |
createGenericStackAdapter()
Creates a new adapter for an object of class '
Generic Stack' |
Adapter |
createGenericTileAdapter()
Creates a new adapter for an object of class '
Generic Tile' |
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 |
createPartSashContainerAdapter()
Creates a new adapter for an object of class '
Part Sash Container' |
Adapter |
createPartSashContainerElementAdapter()
Creates a new adapter for an object of class '
Part Sash Container Element' |
Adapter |
createPerspectiveAdapter()
Creates a new adapter for an object of class '
Perspective' |
Adapter |
createPerspectiveStackAdapter()
Creates a new adapter for an object of class '
Perspective Stack' |
Adapter |
createPlaceholderAdapter()
Creates a new adapter for an object of class '
Placeholder' |
Adapter |
createStackElementAdapter()
Creates a new adapter for an object of class '
Stack Element' |
Adapter |
createUIElementAdapter()
Creates a new adapter for an object of class '
UI Element' |
Adapter |
createUILabelAdapter()
Creates a new adapter for an object of class '
UI Label' |
Adapter |
createWindowElementAdapter()
Creates a new adapter for an object of class '
Window Element' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
protected static AdvancedPackageImpl modelPackage
protected AdvancedSwitch<Adapter> modelSwitch
createXXX methods.
public AdvancedAdapterFactory()
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 createPlaceholderAdapter()
Placeholder'.
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.
MPlaceholderpublic Adapter createPerspectiveAdapter()
Perspective'.
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.
MPerspectivepublic Adapter createPerspectiveStackAdapter()
Perspective Stack'.
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.
MPerspectiveStackpublic Adapter createAreaAdapter()
Area'.
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.
MAreapublic 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 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 createPartSashContainerElementAdapter()
Part Sash Container 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.
MPartSashContainerElementpublic Adapter createStackElementAdapter()
Stack 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.
MStackElementpublic 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 createUILabelAdapter()
UI Label'.
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.
MUILabelpublic 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 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 createGenericStackAdapter()
Generic Stack'.
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.
MGenericStackpublic Adapter createWindowElementAdapter()
Window 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.
MWindowElementpublic Adapter createGenericTileAdapter()
Generic Tile'.
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.
MGenericTilepublic Adapter createPartSashContainerAdapter()
Part Sash 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.
MPartSashContainerpublic Adapter createEObjectAdapter()