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 BooleanValueItemProvider
This keeps track of the one adapter used for allBooleanValue
instances.protected ByteValueItemProvider
This keeps track of the one adapter used for allByteValue
instances.protected IChangeNotifier
This is used to implementIChangeNotifier
.protected CharValueItemProvider
This keeps track of the one adapter used for allCharValue
instances.protected ChildCreationExtenderManager
This helps manage the child creation extenders.protected ContainedObjectItemProvider
This keeps track of the one adapter used for allContainedObject
instances.protected ContextAccessItemProvider
This keeps track of the one adapter used for allContextAccess
instances.protected DoubleValueItemProvider
This keeps track of the one adapter used for allDoubleValue
instances.protected FloatValueItemProvider
This keeps track of the one adapter used for allFloatValue
instances.protected FunctionInvocationItemProvider
This keeps track of the one adapter used for allFunctionInvocation
instances.protected IntValueItemProvider
This keeps track of the one adapter used for allIntValue
instances.protected LinkedExpressionItemProvider
This keeps track of the one adapter used for allLinkedExpression
instances.protected LinkedObjectItemProvider
This keeps track of the one adapter used for allLinkedObject
instances.protected ListConstructionItemProvider
This keeps track of the one adapter used for allListConstruction
instances.protected LongValueItemProvider
This keeps track of the one adapter used for allLongValue
instances.protected MemberAccessItemProvider
This keeps track of the one adapter used for allMemberAccess
instances.protected MemberInvocationItemProvider
This keeps track of the one adapter used for allMemberInvocation
instances.protected ComposedAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.protected ShortValueItemProvider
This keeps track of the one adapter used for allShortValue
instances.protected StaticAccessItemProvider
This keeps track of the one adapter used for allStaticAccess
instances.protected StringValueItemProvider
This keeps track of the one adapter used for allStringValue
instances.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.void
addListener
(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
.void
dispose()
This disposes all of the item providers created by this factory.void
fireNotifyChanged
(Notification notification) This delegates tochangeNotifier
and toparentAdapterFactory
.Collection
<?> getNewChildDescriptors
(Object object, EditingDomain editingDomain) 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.Von Klasse geerbte Methoden org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
createAccessAdapter, createAdapter, createEObjectAdapter, createExpressionAdapter, createInvocationAdapter, createValueAdapter
Von Klasse geerbte Methoden org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adaptAllNew, adaptNew, associate, createAdapter, resolve
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von 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 allBooleanValue
instances.- Generated
-
byteValueItemProvider
This keeps track of the one adapter used for allByteValue
instances.- Generated
-
shortValueItemProvider
This keeps track of the one adapter used for allShortValue
instances.- Generated
-
intValueItemProvider
This keeps track of the one adapter used for allIntValue
instances.- Generated
-
longValueItemProvider
This keeps track of the one adapter used for allLongValue
instances.- Generated
-
floatValueItemProvider
This keeps track of the one adapter used for allFloatValue
instances.- Generated
-
doubleValueItemProvider
This keeps track of the one adapter used for allDoubleValue
instances.- Generated
-
charValueItemProvider
This keeps track of the one adapter used for allCharValue
instances.- Generated
-
stringValueItemProvider
This keeps track of the one adapter used for allStringValue
instances.- Generated
-
functionInvocationItemProvider
This keeps track of the one adapter used for allFunctionInvocation
instances.- Generated
-
memberInvocationItemProvider
This keeps track of the one adapter used for allMemberInvocation
instances.- Generated
-
staticAccessItemProvider
This keeps track of the one adapter used for allStaticAccess
instances.- Generated
-
memberAccessItemProvider
This keeps track of the one adapter used for allMemberAccess
instances.- Generated
-
contextAccessItemProvider
This keeps track of the one adapter used for allContextAccess
instances.- Generated
-
containedObjectItemProvider
This keeps track of the one adapter used for allContainedObject
instances.- Generated
-
linkedObjectItemProvider
This keeps track of the one adapter used for allLinkedObject
instances.- Generated
-
linkedExpressionItemProvider
This keeps track of the one adapter used for allLinkedExpression
instances.- Generated
-
listConstructionItemProvider
This keeps track of the one adapter used for allListConstruction
instances.- Generated
-
-
Konstruktordetails
-
ExpressionsItemProviderAdapterFactory
public ExpressionsItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createBooleanValueAdapter
This creates an adapter for aBooleanValue
.- Setzt außer Kraft:
createBooleanValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createByteValueAdapter
This creates an adapter for aByteValue
.- Setzt außer Kraft:
createByteValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createShortValueAdapter
This creates an adapter for aShortValue
.- Setzt außer Kraft:
createShortValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createIntValueAdapter
This creates an adapter for aIntValue
.- Setzt außer Kraft:
createIntValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLongValueAdapter
This creates an adapter for aLongValue
.- Setzt außer Kraft:
createLongValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createFloatValueAdapter
This creates an adapter for aFloatValue
.- Setzt außer Kraft:
createFloatValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDoubleValueAdapter
This creates an adapter for aDoubleValue
.- Setzt außer Kraft:
createDoubleValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createCharValueAdapter
This creates an adapter for aCharValue
.- Setzt außer Kraft:
createCharValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createStringValueAdapter
This creates an adapter for aStringValue
.- Setzt außer Kraft:
createStringValueAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createFunctionInvocationAdapter
This creates an adapter for aFunctionInvocation
.- Setzt außer Kraft:
createFunctionInvocationAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createMemberInvocationAdapter
This creates an adapter for aMemberInvocation
.- Setzt außer Kraft:
createMemberInvocationAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createStaticAccessAdapter
This creates an adapter for aStaticAccess
.- Setzt außer Kraft:
createStaticAccessAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createMemberAccessAdapter
This creates an adapter for aMemberAccess
.- Setzt außer Kraft:
createMemberAccessAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createContextAccessAdapter
This creates an adapter for aContextAccess
.- Setzt außer Kraft:
createContextAccessAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createContainedObjectAdapter
This creates an adapter for aContainedObject
.- Setzt außer Kraft:
createContainedObjectAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLinkedObjectAdapter
This creates an adapter for aLinkedObject
.- Setzt außer Kraft:
createLinkedObjectAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLinkedExpressionAdapter
This creates an adapter for aLinkedExpression
.- Setzt außer Kraft:
createLinkedExpressionAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createListConstructionAdapter
This creates an adapter for aListConstruction
.- Setzt außer Kraft:
createListConstructionAdapter
in KlasseExpressionsAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
getRootAdapterFactory
This returns the root adapter factory that contains this factory.- Angegeben von:
getRootAdapterFactory
in SchnittstelleComposeableAdapterFactory
- Generated
-
setParentAdapterFactory
This sets the composed adapter factory that contains this factory.- Angegeben von:
setParentAdapterFactory
in SchnittstelleComposeableAdapterFactory
- Generated
-
isFactoryForType
- Angegeben von:
isFactoryForType
in SchnittstelleAdapterFactory
- Setzt außer Kraft:
isFactoryForType
in 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:
adapt
in SchnittstelleAdapterFactory
- Setzt außer Kraft:
adapt
in KlasseAdapterFactoryImpl
- Generated
-
adapt
- Angegeben von:
adapt
in SchnittstelleAdapterFactory
- Setzt außer Kraft:
adapt
in KlasseAdapterFactoryImpl
- Generated
-
getChildCreationExtenders
- Generated
-
getNewChildDescriptors
- Angegeben von:
getNewChildDescriptors
in SchnittstelleIChildCreationExtender
- Generated
-
getResourceLocator
- Angegeben von:
getResourceLocator
in SchnittstelleIChildCreationExtender
- Generated
-
addListener
This adds a listener.- Angegeben von:
addListener
in SchnittstelleIChangeNotifier
- Generated
-
removeListener
This removes a listener.- Angegeben von:
removeListener
in SchnittstelleIChangeNotifier
- Generated
-
fireNotifyChanged
This delegates tochangeNotifier
and toparentAdapterFactory
.- Angegeben von:
fireNotifyChanged
in SchnittstelleIChangeNotifier
- Generated
-
dispose
public void dispose()This disposes all of the item providers created by this factory.- Angegeben von:
dispose
in SchnittstelleIDisposable
- Generated
-