public class featuremodelItemProviderAdapterFactory extends featuremodelAdapterFactory 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 |
|---|
featuremodelItemProviderAdapterFactory()
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 |
createContinousIntervalRangeAdapter()
This creates an adapter for a
ContinousIntervalRange. |
Adapter |
createDoubleAttributeAdapter()
This creates an adapter for a
DoubleAttribute. |
Adapter |
createExternalObjectAttributeAdapter()
This creates an adapter for a
ExternalObjectAttribute. |
Adapter |
createFeatureAdapter()
This creates an adapter for a
Feature. |
Adapter |
createFeatureDiagramAdapter()
This creates an adapter for a
FeatureDiagram. |
Adapter |
createFeatureGroupAdapter()
This creates an adapter for a
FeatureGroup. |
Adapter |
createIntegerAttributeAdapter()
This creates an adapter for a
IntegerAttribute. |
Adapter |
createIntegerIntervalRangeAdapter()
This creates an adapter for a
IntegerIntervalRange. |
Adapter |
createProhibitsConstraintAdapter()
This creates an adapter for a
ProhibitsConstraint. |
Adapter |
createRequiredConstraintAdapter()
This creates an adapter for a
RequiredConstraint. |
Adapter |
createSimpleAdapter()
This creates an adapter for a
Simple. |
Adapter |
createStringAttributeAdapter()
This creates an adapter for a
StringAttribute. |
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, createAttributeAdapter, createChildRelationAdapter, createConstraintAdapter, createEObjectAdapter, createIdentifierAdapter, createIntervalRangeAdapter, createNamedElementAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic featuremodelItemProviderAdapterFactory()
public Adapter createFeatureAdapter()
Feature.
createFeatureAdapter in class featuremodelAdapterFactoryFeaturepublic Adapter createSimpleAdapter()
Simple.
createSimpleAdapter in class featuremodelAdapterFactorySimplepublic Adapter createFeatureGroupAdapter()
FeatureGroup.
createFeatureGroupAdapter in class featuremodelAdapterFactoryFeatureGrouppublic Adapter createFeatureDiagramAdapter()
FeatureDiagram.
createFeatureDiagramAdapter in class featuremodelAdapterFactoryFeatureDiagrampublic Adapter createRequiredConstraintAdapter()
RequiredConstraint.
createRequiredConstraintAdapter in class featuremodelAdapterFactoryRequiredConstraintpublic Adapter createProhibitsConstraintAdapter()
ProhibitsConstraint.
createProhibitsConstraintAdapter in class featuremodelAdapterFactoryProhibitsConstraintpublic Adapter createIntegerIntervalRangeAdapter()
IntegerIntervalRange.
createIntegerIntervalRangeAdapter in class featuremodelAdapterFactoryIntegerIntervalRangepublic Adapter createContinousIntervalRangeAdapter()
ContinousIntervalRange.
createContinousIntervalRangeAdapter in class featuremodelAdapterFactoryContinousIntervalRangepublic Adapter createIntegerAttributeAdapter()
IntegerAttribute.
createIntegerAttributeAdapter in class featuremodelAdapterFactoryIntegerAttributepublic Adapter createDoubleAttributeAdapter()
DoubleAttribute.
createDoubleAttributeAdapter in class featuremodelAdapterFactoryDoubleAttributepublic Adapter createStringAttributeAdapter()
StringAttribute.
createStringAttributeAdapter in class featuremodelAdapterFactoryStringAttributepublic Adapter createExternalObjectAttributeAdapter()
ExternalObjectAttribute.
createExternalObjectAttributeAdapter in class featuremodelAdapterFactoryExternalObjectAttributepublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class featuremodelAdapterFactorypublic 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