Klasse AssemblyItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.lm.assembly.util.AssemblyAdapterFactory
org.eclipse.emf.cdo.lm.assembly.provider.AssemblyItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IChildCreationExtender,IDisposable
public class AssemblyItemProviderAdapterFactory
extends AssemblyAdapterFactory
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 AssemblyItemProviderThis keeps track of the one adapter used for allAssemblyinstances.protected AssemblyModuleItemProviderThis keeps track of the one adapter used for allAssemblyModuleinstances.protected IChangeNotifierThis is used to implementIChangeNotifier.protected ChildCreationExtenderManagerThis helps manage the child creation extenders.protected ComposedAdapterFactoryThis keeps track of the root adapter factory that delegates to this adapter factory.protected Collection<Object> This keeps track of all the supported types checked byisFactoryForType.Von Klasse geerbte Felder org.eclipse.emf.cdo.lm.assembly.util.AssemblyAdapterFactory
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 aAssembly.This creates an adapter for aAssemblyModule.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.lm.assembly.util.AssemblyAdapterFactory
createAdapter, createEObjectAdapter, createModelElementAdapterVon 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.- Seit:
- 1.1
- Generated
-
supportedTypes
This keeps track of all the supported types checked byisFactoryForType.- Generated
-
assemblyItemProvider
This keeps track of the one adapter used for allAssemblyinstances.- Generated
-
assemblyModuleItemProvider
This keeps track of the one adapter used for allAssemblyModuleinstances.- Generated
-
-
Konstruktordetails
-
AssemblyItemProviderAdapterFactory
public AssemblyItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createAssemblyAdapter
This creates an adapter for aAssembly.- Setzt außer Kraft:
createAssemblyAdapterin KlasseAssemblyAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createAssemblyModuleAdapter
This creates an adapter for aAssemblyModule.- Setzt außer Kraft:
createAssemblyModuleAdapterin KlasseAssemblyAdapterFactory- 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 KlasseAssemblyAdapterFactory- 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
- Seit:
- 1.1
- 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
-