|
|||||||||||
| 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.hyades.logging.events.cbe.util.EventAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
EventPackage| Field Summary | |
|---|---|
protected static EventPackage |
modelPackage
The cached model package. |
protected EventSwitch |
modelSwitch
The switch the delegates to the createXXX methods. |
| Constructor Summary | |
|---|---|
EventAdapterFactory()
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 |
createAssociatedEventAdapter()
Creates a new adapter for an object of class ' Associated Event'. |
org.eclipse.emf.common.notify.Adapter |
createAssociationEngineAdapter()
Creates a new adapter for an object of class ' Association Engine'. |
org.eclipse.emf.common.notify.Adapter |
createAvailableSituationAdapter()
Creates a new adapter for an object of class ' Available Situation'. |
org.eclipse.emf.common.notify.Adapter |
createCommonBaseEventAdapter()
Creates a new adapter for an object of class ' Common Base Event'. |
org.eclipse.emf.common.notify.Adapter |
createComponentIdentificationAdapter()
Creates a new adapter for an object of class ' Component Identification'. |
org.eclipse.emf.common.notify.Adapter |
createConfigureSituationAdapter()
Creates a new adapter for an object of class ' Configure Situation'. |
org.eclipse.emf.common.notify.Adapter |
createConnectSituationAdapter()
Creates a new adapter for an object of class ' Connect Situation'. |
org.eclipse.emf.common.notify.Adapter |
createContextDataElementAdapter()
Creates a new adapter for an object of class ' Context Data Element'. |
org.eclipse.emf.common.notify.Adapter |
createCreateSituationAdapter()
Creates a new adapter for an object of class ' Create Situation'. |
org.eclipse.emf.common.notify.Adapter |
createDependencySituationAdapter()
Creates a new adapter for an object of class ' Dependency Situation'. |
org.eclipse.emf.common.notify.Adapter |
createDestroySituationAdapter()
Creates a new adapter for an object of class ' Destroy Situation'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExtendedDataElementAdapter()
Creates a new adapter for an object of class ' Extended Data Element'. |
org.eclipse.emf.common.notify.Adapter |
createFeatureSituationAdapter()
Creates a new adapter for an object of class ' Feature Situation'. |
org.eclipse.emf.common.notify.Adapter |
createMsgCatalogTokenAdapter()
Creates a new adapter for an object of class ' Msg Catalog Token'. |
org.eclipse.emf.common.notify.Adapter |
createMsgDataElementAdapter()
Creates a new adapter for an object of class ' Msg Data Element'. |
org.eclipse.emf.common.notify.Adapter |
createOtherSituationAdapter()
Creates a new adapter for an object of class ' Other Situation'. |
org.eclipse.emf.common.notify.Adapter |
createReportSituationAdapter()
Creates a new adapter for an object of class ' Report Situation'. |
org.eclipse.emf.common.notify.Adapter |
createRequestSituationAdapter()
Creates a new adapter for an object of class ' Request Situation'. |
org.eclipse.emf.common.notify.Adapter |
createSerializableAdapter()
Creates a new adapter for an object of class ' Serializable'. |
org.eclipse.emf.common.notify.Adapter |
createSituationAdapter()
Creates a new adapter for an object of class ' Situation'. |
org.eclipse.emf.common.notify.Adapter |
createSituationTypeAdapter()
Creates a new adapter for an object of class ' Situation Type'. |
org.eclipse.emf.common.notify.Adapter |
createStartSituationAdapter()
Creates a new adapter for an object of class ' Start Situation'. |
org.eclipse.emf.common.notify.Adapter |
createStopSituationAdapter()
Creates a new adapter for an object of class ' Stop Situation'. |
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, associate, createAdapter, resolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static EventPackage modelPackage
protected EventSwitch modelSwitch
createXXX methods.
| Constructor Detail |
public EventAdapterFactory()
| 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.
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
target - the object to adapt.
target.public org.eclipse.emf.common.notify.Adapter createAssociatedEventAdapter()
Associated Event'.
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.
AssociatedEventpublic org.eclipse.emf.common.notify.Adapter createAssociationEngineAdapter()
Association Engine'.
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.
AssociationEnginepublic org.eclipse.emf.common.notify.Adapter createAvailableSituationAdapter()
Available Situation'.
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.
AvailableSituationpublic org.eclipse.emf.common.notify.Adapter createCommonBaseEventAdapter()
Common Base Event'.
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.
CommonBaseEventpublic org.eclipse.emf.common.notify.Adapter createComponentIdentificationAdapter()
Component Identification'.
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.
ComponentIdentificationpublic org.eclipse.emf.common.notify.Adapter createConfigureSituationAdapter()
Configure Situation'.
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.
ConfigureSituationpublic org.eclipse.emf.common.notify.Adapter createConnectSituationAdapter()
Connect Situation'.
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.
ConnectSituationpublic org.eclipse.emf.common.notify.Adapter createContextDataElementAdapter()
Context Data 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.
ContextDataElementpublic org.eclipse.emf.common.notify.Adapter createCreateSituationAdapter()
Create Situation'.
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.
CreateSituationpublic org.eclipse.emf.common.notify.Adapter createDependencySituationAdapter()
Dependency Situation'.
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.
DependencySituationpublic org.eclipse.emf.common.notify.Adapter createDestroySituationAdapter()
Destroy Situation'.
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.
DestroySituationpublic org.eclipse.emf.common.notify.Adapter createExtendedDataElementAdapter()
Extended Data 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.
ExtendedDataElementpublic org.eclipse.emf.common.notify.Adapter createFeatureSituationAdapter()
Feature Situation'.
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.
FeatureSituationpublic org.eclipse.emf.common.notify.Adapter createMsgCatalogTokenAdapter()
Msg Catalog Token'.
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.
MsgCatalogTokenpublic org.eclipse.emf.common.notify.Adapter createMsgDataElementAdapter()
Msg Data 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.
MsgDataElementpublic org.eclipse.emf.common.notify.Adapter createOtherSituationAdapter()
Other Situation'.
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.
OtherSituationpublic org.eclipse.emf.common.notify.Adapter createReportSituationAdapter()
Report Situation'.
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.
ReportSituationpublic org.eclipse.emf.common.notify.Adapter createRequestSituationAdapter()
Request Situation'.
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.
RequestSituationpublic org.eclipse.emf.common.notify.Adapter createSituationAdapter()
Situation'.
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.
Situationpublic org.eclipse.emf.common.notify.Adapter createSituationTypeAdapter()
Situation Type'.
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.
SituationTypepublic org.eclipse.emf.common.notify.Adapter createStartSituationAdapter()
Start Situation'.
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.
StartSituationpublic org.eclipse.emf.common.notify.Adapter createStopSituationAdapter()
Stop Situation'.
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.
StopSituationpublic org.eclipse.emf.common.notify.Adapter createSerializableAdapter()
Serializable'.
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.
Serializablepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||