public class DataRepresentationItemProviderAdapterFactory extends DataRepresentationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable
fireNotifyChanged.
The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
| Constructor and Description |
|---|
DataRepresentationItemProviderAdapterFactory()
This constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
adapt(Notifier notifier,
Object type)
This implementation substitutes the factory itself as the key for the adapter.
|
Object |
adapt(Object object,
Object type) |
void |
addListener(INotifyChangedListener notifyChangedListener)
This adds a listener.
|
Adapter |
createDataConversionAdapter()
This creates an adapter for a
DataConversion. |
Adapter |
createDataRangeAdapter()
This creates an adapter for a
DataRange. |
Adapter |
createDataSetAdapter()
This creates an adapter for a
DataSet. |
Adapter |
createIntervalAdapter()
This creates an adapter for a
Interval. |
Adapter |
createLinearDataConversionAdapter()
This creates an adapter for a
LinearDataConversion. |
Adapter |
createLinearDataConversionWithIntervalAdapter()
This creates an adapter for a
LinearDataConversionWithInterval. |
Adapter |
createListDataAdapter()
This creates an adapter for a
ListData. |
Adapter |
createMeasurementDataAdapter()
This creates an adapter for a
MeasurementData. |
Adapter |
createMethodAdapter()
This creates an adapter for a
Method. |
Adapter |
createMethodParameterAdapter()
This creates an adapter for a
MethodParameter. |
Adapter |
createNonMeasurementDataAdapter()
This creates an adapter for a
NonMeasurementData. |
Adapter |
createSensorDataDescriptionAdapter()
This creates an adapter for a
SensorDataDescription. |
void |
dispose()
This disposes all of the item providers created by this factory.
|
void |
fireNotifyChanged(Notification notification)
This delegates to
changeNotifier and to parentAdapterFactory. |
ComposeableAdapterFactory |
getRootAdapterFactory()
This returns the root adapter factory that contains this factory.
|
boolean |
isFactoryForType(Object type) |
void |
removeListener(INotifyChangedListener notifyChangedListener)
This removes a listener.
|
void |
setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
This sets the composed adapter factory that contains this factory.
|
createAdapter, createDataAdapter, createDataAdjustmentAdapter, createEObjectAdapter, createIdentifiableElementAdapter, createNamedElementAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic DataRepresentationItemProviderAdapterFactory()
public Adapter createSensorDataDescriptionAdapter()
SensorDataDescription.
createSensorDataDescriptionAdapter in class DataRepresentationAdapterFactorySensorDataDescriptionpublic Adapter createDataSetAdapter()
DataSet.
createDataSetAdapter in class DataRepresentationAdapterFactoryDataSetpublic Adapter createMeasurementDataAdapter()
MeasurementData.
createMeasurementDataAdapter in class DataRepresentationAdapterFactoryMeasurementDatapublic Adapter createNonMeasurementDataAdapter()
NonMeasurementData.
createNonMeasurementDataAdapter in class DataRepresentationAdapterFactoryNonMeasurementDatapublic Adapter createDataRangeAdapter()
DataRange.
createDataRangeAdapter in class DataRepresentationAdapterFactoryDataRangepublic Adapter createDataConversionAdapter()
DataConversion.
createDataConversionAdapter in class DataRepresentationAdapterFactoryDataConversionpublic Adapter createLinearDataConversionAdapter()
LinearDataConversion.
createLinearDataConversionAdapter in class DataRepresentationAdapterFactoryLinearDataConversionpublic Adapter createLinearDataConversionWithIntervalAdapter()
LinearDataConversionWithInterval.
createLinearDataConversionWithIntervalAdapter in class DataRepresentationAdapterFactoryLinearDataConversionWithIntervalpublic Adapter createIntervalAdapter()
Interval.
createIntervalAdapter in class DataRepresentationAdapterFactoryIntervalpublic Adapter createMethodAdapter()
Method.
createMethodAdapter in class DataRepresentationAdapterFactoryMethodpublic Adapter createMethodParameterAdapter()
MethodParameter.
createMethodParameterAdapter in class DataRepresentationAdapterFactoryMethodParameterpublic Adapter createListDataAdapter()
ListData.
createListDataAdapter in class DataRepresentationAdapterFactoryListDatapublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class DataRepresentationAdapterFactorypublic Adapter adapt(Notifier notifier, Object type)
adapt in interface AdapterFactoryadapt in class AdapterFactoryImplpublic Object adapt(Object object, Object type)
adapt in interface AdapterFactoryadapt in class AdapterFactoryImplpublic void addListener(INotifyChangedListener notifyChangedListener)
addListener in interface IChangeNotifierpublic void removeListener(INotifyChangedListener notifyChangedListener)
removeListener in interface IChangeNotifierpublic void fireNotifyChanged(Notification notification)
changeNotifier and to parentAdapterFactory.
fireNotifyChanged in interface IChangeNotifierpublic void dispose()
dispose in interface IDisposable