|
||||||||||
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.metaabm.function.util.MetaABMFunctionAdapterFactory
org.metaabm.function.provider.MetaABMFunctionItemProviderAdapterFactory
public class MetaABMFunctionItemProviderAdapterFactory
Constructor Summary | |
---|---|
MetaABMFunctionItemProviderAdapterFactory()
This constructs an instance. |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
adapt(org.eclipse.emf.common.notify.Notifier notifier,
java.lang.Object type)
This implementation substitutes the factory itself as the key for the adapter. |
java.lang.Object |
adapt(java.lang.Object object,
java.lang.Object type)
|
void |
addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
This adds a listener. |
org.eclipse.emf.common.notify.Adapter |
createFArgumentArrayPrototypeAdapter()
This creates an adapter for a FArgumentArrayPrototype . |
org.eclipse.emf.common.notify.Adapter |
createFArgumentPrototypeAdapter()
This creates an adapter for a FArgumentPrototype . |
org.eclipse.emf.common.notify.Adapter |
createFGenericFunctionAdapter()
This creates an adapter for a FGenericFunction . |
org.eclipse.emf.common.notify.Adapter |
createFGenericLogicalAdapter()
This creates an adapter for a FGenericLogical . |
org.eclipse.emf.common.notify.Adapter |
createFImplementedLibraryAdapter()
This creates an adapter for a FImplementedLibrary . |
org.eclipse.emf.common.notify.Adapter |
createFLibraryAdapter()
This creates an adapter for a FLibrary . |
org.eclipse.emf.common.notify.Adapter |
createFLogicalOperatorAdapter()
This creates an adapter for a FLogicalOperator . |
org.eclipse.emf.common.notify.Adapter |
createFMultiArgumentPrototypeAdapter()
This creates an adapter for a FMultiArgumentPrototype . |
org.eclipse.emf.common.notify.Adapter |
createFOperatorAdapter()
This creates an adapter for a FOperator . |
void |
dispose()
This disposes all of the item providers created by this factory. |
void |
fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
This delegates to changeNotifier and to parentAdapterFactory . |
org.eclipse.emf.edit.provider.ComposeableAdapterFactory |
getRootAdapterFactory()
This returns the root adapter factory that contains this factory. |
boolean |
isFactoryForType(java.lang.Object type)
|
void |
removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
This removes a listener. |
void |
setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
This sets the composed adapter factory that contains this factory. |
Methods inherited from class org.metaabm.function.util.MetaABMFunctionAdapterFactory |
---|
createAdapter, createEObjectAdapter, createFFunctionAdapter, createFGenericAdapter, createFLogicalAdapter, createIArtifactAdapter, createIIDAdapter, createITypedAdapter, createITypedArrayAdapter, createSImplementedAdapter, createSNamedAdapter |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adaptAllNew, adaptNew |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.notify.AdapterFactory |
---|
adaptAllNew, adaptNew |
Constructor Detail |
---|
public MetaABMFunctionItemProviderAdapterFactory()
Method Detail |
---|
public org.eclipse.emf.common.notify.Adapter createFArgumentPrototypeAdapter()
FArgumentPrototype
.
createFArgumentPrototypeAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFArgumentArrayPrototypeAdapter()
FArgumentArrayPrototype
.
createFArgumentArrayPrototypeAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFOperatorAdapter()
FOperator
.
createFOperatorAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFLogicalOperatorAdapter()
FLogicalOperator
.
createFLogicalOperatorAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFGenericFunctionAdapter()
FGenericFunction
.
createFGenericFunctionAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFGenericLogicalAdapter()
FGenericLogical
.
createFGenericLogicalAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFLibraryAdapter()
FLibrary
.
createFLibraryAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFImplementedLibraryAdapter()
FImplementedLibrary
.
createFImplementedLibraryAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter createFMultiArgumentPrototypeAdapter()
FMultiArgumentPrototype
.
createFMultiArgumentPrototypeAdapter
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.edit.provider.ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
public void setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
public boolean isFactoryForType(java.lang.Object type)
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.metaabm.function.util.MetaABMFunctionAdapterFactory
public org.eclipse.emf.common.notify.Adapter adapt(org.eclipse.emf.common.notify.Notifier notifier, java.lang.Object type)
adapt
in interface org.eclipse.emf.common.notify.AdapterFactory
adapt
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public java.lang.Object adapt(java.lang.Object object, java.lang.Object type)
adapt
in interface org.eclipse.emf.common.notify.AdapterFactory
adapt
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public void addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
addListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
public void removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
removeListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
public void fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
changeNotifier
and to parentAdapterFactory
.
fireNotifyChanged
in interface org.eclipse.emf.edit.provider.IChangeNotifier
public void dispose()
dispose
in interface org.eclipse.emf.edit.provider.IDisposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |