|
||||||||||
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.ohf.stem.tests.util.decorators.util.DecoratorsAdapterFactory
public class DecoratorsAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
DecoratorsPackage
Constructor Summary | |
---|---|
DecoratorsAdapterFactory()
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 |
createDecoratorAdapter()
Creates a new adapter for an object of class ' Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createEdgeDecorator_1Adapter()
Creates a new adapter for an object of class ' Edge Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createEdgeDecoratorAdapter()
Creates a new adapter for an object of class ' Edge Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createGraphDecorator_1Adapter()
Creates a new adapter for an object of class ' Graph Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createGraphDecoratorAdapter()
Creates a new adapter for an object of class ' Graph Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createIdentifiableAdapter()
Creates a new adapter for an object of class ' Identifiable '. |
org.eclipse.emf.common.notify.Adapter |
createNodeDecorator_1Adapter()
Creates a new adapter for an object of class ' Node Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createNodeDecoratorAdapter()
Creates a new adapter for an object of class ' Node Decorator '. |
org.eclipse.emf.common.notify.Adapter |
createTestEdgeDecorator1Adapter()
Creates a new adapter for an object of class ' Test Edge Decorator1 '. |
org.eclipse.emf.common.notify.Adapter |
createTestGraphDecorator1Adapter()
Creates a new adapter for an object of class ' Test Graph Decorator1 '. |
org.eclipse.emf.common.notify.Adapter |
createTestNodeDecorator1Adapter()
Creates a new adapter for an object of class ' Test Node Decorator1 '. |
org.eclipse.emf.common.notify.Adapter |
createTestScenarioGraphDecorator1Adapter()
Creates a new adapter for an object of class ' Test Scenario Graph Decorator1 '. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecoratorsAdapterFactory()
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 createTestNodeDecorator1Adapter()
Test Node Decorator1
'.
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.
TestNodeDecorator1
public org.eclipse.emf.common.notify.Adapter createTestEdgeDecorator1Adapter()
Test Edge Decorator1
'.
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.
TestEdgeDecorator1
public org.eclipse.emf.common.notify.Adapter createTestGraphDecorator1Adapter()
Test Graph Decorator1
'.
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.
TestGraphDecorator1
public org.eclipse.emf.common.notify.Adapter createTestScenarioGraphDecorator1Adapter()
Test Scenario Graph Decorator1
'.
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.
TestScenarioGraphDecorator1
public org.eclipse.emf.common.notify.Adapter createNodeDecoratorAdapter()
Node Decorator
'.
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.
NodeDecorator
public org.eclipse.emf.common.notify.Adapter createIdentifiableAdapter()
Identifiable
'.
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.
Identifiable
public org.eclipse.emf.common.notify.Adapter createDecoratorAdapter()
Decorator
'.
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.
Decorator
public org.eclipse.emf.common.notify.Adapter createEdgeDecorator_1Adapter()
Edge Decorator
'.
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.
EdgeDecorator
public org.eclipse.emf.common.notify.Adapter createGraphDecorator_1Adapter()
Graph Decorator
'.
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.
GraphDecorator
public org.eclipse.emf.common.notify.Adapter createNodeDecorator_1Adapter()
Node Decorator
'.
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.
NodeDecorator
public org.eclipse.emf.common.notify.Adapter createEdgeDecoratorAdapter()
Edge Decorator
'.
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.
EdgeDecorator
public org.eclipse.emf.common.notify.Adapter createGraphDecoratorAdapter()
Graph Decorator
'.
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.
GraphDecorator
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |