Klasse ExpressionsItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
org.eclipse.emf.cdo.expressions.provider.ExpressionsItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
 AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IChildCreationExtender,IDisposable
public class ExpressionsItemProviderAdapterFactory
extends ExpressionsAdapterFactory
implements ComposeableAdapterFactory, IChangeNotifier, IDisposable, IChildCreationExtender
This is the factory that is used to provide the interfaces needed to support Viewers.
 The adapters generated by this factory convert EMF adapter notifications into calls to 
fireNotifyChanged.
 The adapters also support Eclipse property sheets.
 Note that most of the adapters are shared among multiple instances.
 
 - Generated
 
- 
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.edit.provider.IChildCreationExtender
IChildCreationExtender.Descriptor - 
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanValueItemProviderThis keeps track of the one adapter used for allBooleanValueinstances.protected ByteValueItemProviderThis keeps track of the one adapter used for allByteValueinstances.protected IChangeNotifierThis is used to implementIChangeNotifier.protected CharValueItemProviderThis keeps track of the one adapter used for allCharValueinstances.protected ChildCreationExtenderManagerThis helps manage the child creation extenders.protected ContainedObjectItemProviderThis keeps track of the one adapter used for allContainedObjectinstances.protected ContextAccessItemProviderThis keeps track of the one adapter used for allContextAccessinstances.protected DoubleValueItemProviderThis keeps track of the one adapter used for allDoubleValueinstances.protected FloatValueItemProviderThis keeps track of the one adapter used for allFloatValueinstances.protected FunctionInvocationItemProviderThis keeps track of the one adapter used for allFunctionInvocationinstances.protected IntValueItemProviderThis keeps track of the one adapter used for allIntValueinstances.protected LinkedExpressionItemProviderThis keeps track of the one adapter used for allLinkedExpressioninstances.protected LinkedObjectItemProviderThis keeps track of the one adapter used for allLinkedObjectinstances.protected ListConstructionItemProviderThis keeps track of the one adapter used for allListConstructioninstances.protected LongValueItemProviderThis keeps track of the one adapter used for allLongValueinstances.protected MemberAccessItemProviderThis keeps track of the one adapter used for allMemberAccessinstances.protected MemberInvocationItemProviderThis keeps track of the one adapter used for allMemberInvocationinstances.protected ComposedAdapterFactoryThis keeps track of the root adapter factory that delegates to this adapter factory.protected ShortValueItemProviderThis keeps track of the one adapter used for allShortValueinstances.protected StaticAccessItemProviderThis keeps track of the one adapter used for allStaticAccessinstances.protected StringValueItemProviderThis keeps track of the one adapter used for allStringValueinstances.protected Collection<Object> This keeps track of all the supported types checked byisFactoryForType.Von Klasse geerbte Felder org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
modelPackage, modelSwitch - 
Konstruktorübersicht
Konstruktoren - 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThis implementation substitutes the factory itself as the key for the adapter.voidaddListener(INotifyChangedListener notifyChangedListener) This adds a listener.This creates an adapter for aBooleanValue.This creates an adapter for aByteValue.This creates an adapter for aCharValue.This creates an adapter for aContainedObject.This creates an adapter for aContextAccess.This creates an adapter for aDoubleValue.This creates an adapter for aFloatValue.This creates an adapter for aFunctionInvocation.This creates an adapter for aIntValue.This creates an adapter for aLinkedExpression.This creates an adapter for aLinkedObject.This creates an adapter for aListConstruction.This creates an adapter for aLongValue.This creates an adapter for aMemberAccess.This creates an adapter for aMemberInvocation.This creates an adapter for aShortValue.This creates an adapter for aStaticAccess.This creates an adapter for aStringValue.voiddispose()This disposes all of the item providers created by this factory.voidfireNotifyChanged(Notification notification) This delegates tochangeNotifierand toparentAdapterFactory.Collection<?> getNewChildDescriptors(Object object, EditingDomain editingDomain) This returns the root adapter factory that contains this factory.booleanisFactoryForType(Object type) voidremoveListener(INotifyChangedListener notifyChangedListener) This removes a listener.voidsetParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) This sets the composed adapter factory that contains this factory.Von Klasse geerbte Methoden org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
createAccessAdapter, createAdapter, createEObjectAdapter, createExpressionAdapter, createInvocationAdapter, createValueAdapterVon Klasse geerbte Methoden org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adaptAllNew, adaptNew, associate, createAdapter, resolveVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.AdapterFactory
adaptAllNew, adaptNew 
- 
Felddetails
- 
parentAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.- Generated
 
 - 
changeNotifier
This is used to implementIChangeNotifier.- Generated
 
 - 
childCreationExtenderManager
This helps manage the child creation extenders.- Generated
 
 - 
supportedTypes
This keeps track of all the supported types checked byisFactoryForType.- Generated
 
 - 
booleanValueItemProvider
This keeps track of the one adapter used for allBooleanValueinstances.- Generated
 
 - 
byteValueItemProvider
This keeps track of the one adapter used for allByteValueinstances.- Generated
 
 - 
shortValueItemProvider
This keeps track of the one adapter used for allShortValueinstances.- Generated
 
 - 
intValueItemProvider
This keeps track of the one adapter used for allIntValueinstances.- Generated
 
 - 
longValueItemProvider
This keeps track of the one adapter used for allLongValueinstances.- Generated
 
 - 
floatValueItemProvider
This keeps track of the one adapter used for allFloatValueinstances.- Generated
 
 - 
doubleValueItemProvider
This keeps track of the one adapter used for allDoubleValueinstances.- Generated
 
 - 
charValueItemProvider
This keeps track of the one adapter used for allCharValueinstances.- Generated
 
 - 
stringValueItemProvider
This keeps track of the one adapter used for allStringValueinstances.- Generated
 
 - 
functionInvocationItemProvider
This keeps track of the one adapter used for allFunctionInvocationinstances.- Generated
 
 - 
memberInvocationItemProvider
This keeps track of the one adapter used for allMemberInvocationinstances.- Generated
 
 - 
staticAccessItemProvider
This keeps track of the one adapter used for allStaticAccessinstances.- Generated
 
 - 
memberAccessItemProvider
This keeps track of the one adapter used for allMemberAccessinstances.- Generated
 
 - 
contextAccessItemProvider
This keeps track of the one adapter used for allContextAccessinstances.- Generated
 
 - 
containedObjectItemProvider
This keeps track of the one adapter used for allContainedObjectinstances.- Generated
 
 - 
linkedObjectItemProvider
This keeps track of the one adapter used for allLinkedObjectinstances.- Generated
 
 - 
linkedExpressionItemProvider
This keeps track of the one adapter used for allLinkedExpressioninstances.- Generated
 
 - 
listConstructionItemProvider
This keeps track of the one adapter used for allListConstructioninstances.- Generated
 
 
 - 
 - 
Konstruktordetails
- 
ExpressionsItemProviderAdapterFactory
public ExpressionsItemProviderAdapterFactory()This constructs an instance.- Generated
 
 
 - 
 - 
Methodendetails
- 
createBooleanValueAdapter
This creates an adapter for aBooleanValue.- Setzt außer Kraft:
 createBooleanValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createByteValueAdapter
This creates an adapter for aByteValue.- Setzt außer Kraft:
 createByteValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createShortValueAdapter
This creates an adapter for aShortValue.- Setzt außer Kraft:
 createShortValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createIntValueAdapter
This creates an adapter for aIntValue.- Setzt außer Kraft:
 createIntValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createLongValueAdapter
This creates an adapter for aLongValue.- Setzt außer Kraft:
 createLongValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createFloatValueAdapter
This creates an adapter for aFloatValue.- Setzt außer Kraft:
 createFloatValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createDoubleValueAdapter
This creates an adapter for aDoubleValue.- Setzt außer Kraft:
 createDoubleValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createCharValueAdapter
This creates an adapter for aCharValue.- Setzt außer Kraft:
 createCharValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createStringValueAdapter
This creates an adapter for aStringValue.- Setzt außer Kraft:
 createStringValueAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createFunctionInvocationAdapter
This creates an adapter for aFunctionInvocation.- Setzt außer Kraft:
 createFunctionInvocationAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createMemberInvocationAdapter
This creates an adapter for aMemberInvocation.- Setzt außer Kraft:
 createMemberInvocationAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createStaticAccessAdapter
This creates an adapter for aStaticAccess.- Setzt außer Kraft:
 createStaticAccessAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createMemberAccessAdapter
This creates an adapter for aMemberAccess.- Setzt außer Kraft:
 createMemberAccessAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createContextAccessAdapter
This creates an adapter for aContextAccess.- Setzt außer Kraft:
 createContextAccessAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createContainedObjectAdapter
This creates an adapter for aContainedObject.- Setzt außer Kraft:
 createContainedObjectAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createLinkedObjectAdapter
This creates an adapter for aLinkedObject.- Setzt außer Kraft:
 createLinkedObjectAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createLinkedExpressionAdapter
This creates an adapter for aLinkedExpression.- Setzt außer Kraft:
 createLinkedExpressionAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
createListConstructionAdapter
This creates an adapter for aListConstruction.- Setzt außer Kraft:
 createListConstructionAdapterin KlasseExpressionsAdapterFactory- Gibt zurück:
 - the new adapter.
 - Siehe auch:
 - Generated
 
 - 
getRootAdapterFactory
This returns the root adapter factory that contains this factory.- Angegeben von:
 getRootAdapterFactoryin SchnittstelleComposeableAdapterFactory- Generated
 
 - 
setParentAdapterFactory
This sets the composed adapter factory that contains this factory.- Angegeben von:
 setParentAdapterFactoryin SchnittstelleComposeableAdapterFactory- Generated
 
 - 
isFactoryForType
- Angegeben von:
 isFactoryForTypein SchnittstelleAdapterFactory- Setzt außer Kraft:
 isFactoryForTypein KlasseExpressionsAdapterFactory- Gibt zurück:
 - whether this factory is applicable for the type of the object.
 - Generated
 
 - 
adapt
This implementation substitutes the factory itself as the key for the adapter.- Angegeben von:
 adaptin SchnittstelleAdapterFactory- Setzt außer Kraft:
 adaptin KlasseAdapterFactoryImpl- Generated
 
 - 
adapt
- Angegeben von:
 adaptin SchnittstelleAdapterFactory- Setzt außer Kraft:
 adaptin KlasseAdapterFactoryImpl- Generated
 
 - 
getChildCreationExtenders
- Generated
 
 - 
getNewChildDescriptors
- Angegeben von:
 getNewChildDescriptorsin SchnittstelleIChildCreationExtender- Generated
 
 - 
getResourceLocator
- Angegeben von:
 getResourceLocatorin SchnittstelleIChildCreationExtender- Generated
 
 - 
addListener
This adds a listener.- Angegeben von:
 addListenerin SchnittstelleIChangeNotifier- Generated
 
 - 
removeListener
This removes a listener.- Angegeben von:
 removeListenerin SchnittstelleIChangeNotifier- Generated
 
 - 
fireNotifyChanged
This delegates tochangeNotifierand toparentAdapterFactory.- Angegeben von:
 fireNotifyChangedin SchnittstelleIChangeNotifier- Generated
 
 - 
dispose
public void dispose()This disposes all of the item providers created by this factory.- Angegeben von:
 disposein SchnittstelleIDisposable- Generated
 
 
 -