|
||||||||||
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.diseasemodels.standard.util.StandardAdapterFactory
org.eclipse.ohf.stem.diseasemodels.standard.provider.StandardRelativeValueProviderAdapterFactory
public class StandardRelativeValueProviderAdapterFactory
This class is a factory for this model that creates
StandardRelativeValueProviderAdapterFactory.DiseaseModelLabelRelativeValueProvider
's for classes in the model.
Shouldn't this be in the
"defintions/org.eclipse.ohf.stem.adapters.relativevalue package? DAF
Nested Class Summary | |
---|---|
static class |
StandardRelativeValueProviderAdapterFactory.DiseaseModelLabelRelativeValueProvider
This class is a Relative Value Provider for DiseaseModelLabel instances. |
static class |
StandardRelativeValueProviderAdapterFactory.DiseaseModelLabelValueRelativeValueProvider
This class is a Relative Value Provider for DiseaseModelLabelValue instances. |
Nested classes/interfaces inherited from interface org.eclipse.ohf.stem.definitions.adapters.relativevalue.RelativeValueProviderAdapterFactory |
---|
RelativeValueProviderAdapterFactory.RelativeValueProviderAdapterFactoryImpl |
Field Summary |
---|
Fields inherited from interface org.eclipse.ohf.stem.definitions.adapters.relativevalue.RelativeValueProviderAdapterFactory |
---|
INSTANCE |
Constructor Summary | |
---|---|
StandardRelativeValueProviderAdapterFactory()
Constructor |
Method Summary | |
---|---|
void |
addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
|
org.eclipse.emf.common.notify.Adapter |
createDiseaseModelLabelAdapter()
This method is called by the StandardSwitch instance in the
parent StandardAdapterFactory for all cases for classes derived
from DiseaseModelLabel (e.g., SILabel , SIRLabel ,
SEIRLabel ). |
org.eclipse.emf.common.notify.Adapter |
createDiseaseModelLabelValueAdapter()
This method is called by the StandardSwitch instance in the
parent StandardAdapterFactory for all cases for classes derived
from DiseaseModelLabelValue (e.g., SILabelValue ,
SIRLabelValue , SEIRLabelValue ). |
void |
dispose()
This disposes all of the item providers created by this factory. |
void |
fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
|
org.eclipse.emf.edit.provider.ComposeableAdapterFactory |
getRootAdapterFactory()
|
boolean |
isFactoryForType(java.lang.Object type)
Returns whether this factory is applicable for the type of the object. |
void |
removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
|
void |
setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
|
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 |
Methods inherited from interface org.eclipse.emf.common.notify.AdapterFactory |
---|
adapt, adapt, adaptAllNew, adaptNew |
Constructor Detail |
---|
public StandardRelativeValueProviderAdapterFactory()
Method Detail |
---|
public org.eclipse.emf.common.notify.Adapter createDiseaseModelLabelAdapter()
StandardSwitch
instance in the
parent StandardAdapterFactory
for all cases for classes derived
from DiseaseModelLabel
(e.g., SILabel
, SIRLabel
,
SEIRLabel
).
createDiseaseModelLabelAdapter
in class StandardAdapterFactory
StandardAdapterFactory.createDiseaseModelLabelAdapter()
public org.eclipse.emf.common.notify.Adapter createDiseaseModelLabelValueAdapter()
StandardSwitch
instance in the
parent StandardAdapterFactory
for all cases for classes derived
from DiseaseModelLabelValue
(e.g., SILabelValue
,
SIRLabelValue
, SEIRLabelValue
).
createDiseaseModelLabelValueAdapter
in class StandardAdapterFactory
StandardAdapterFactory.createDiseaseModelLabelValueAdapter()
public void addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
addListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
IChangeNotifier.addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)
public void fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
fireNotifyChanged
in interface org.eclipse.emf.edit.provider.IChangeNotifier
IChangeNotifier.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
public void removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
removeListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
IChangeNotifier.removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener)
public org.eclipse.emf.edit.provider.ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
ComposeableAdapterFactory.getRootAdapterFactory()
public void setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
ComposeableAdapterFactory.setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory)
public boolean isFactoryForType(java.lang.Object type)
StandardAdapterFactory
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 StandardAdapterFactory
type
-
StandardAdapterFactory.isFactoryForType(java.lang.Object)
public void dispose()
dispose
in interface org.eclipse.emf.edit.provider.IDisposable
IDisposable.dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |