Package org.eclipse.emf.cdo.lm.provider
Klasse LMItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.lm.util.LMAdapterFactory
org.eclipse.emf.cdo.lm.provider.LMItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory
,ComposeableAdapterFactory
,IChangeNotifier
,IChildCreationExtender
,IDisposable
public class LMItemProviderAdapterFactory
extends LMAdapterFactory
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 ChangeItemProvider
This keeps track of the one adapter used for allChange
instances.protected IChangeNotifier
This is used to implementIChangeNotifier
.protected ChildCreationExtenderManager
This helps manage the child creation extenders.protected DeliveryItemProvider
This keeps track of the one adapter used for allDelivery
instances.protected DependencyItemProvider
This keeps track of the one adapter used for allDependency
instances.protected DropItemProvider
This keeps track of the one adapter used for allDrop
instances.protected DropTypeItemProvider
This keeps track of the one adapter used for allDropType
instances.protected ModuleItemProvider
This keeps track of the one adapter used for allModule
instances.protected ModuleTypeItemProvider
This keeps track of the one adapter used for allModuleType
instances.protected ComposedAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.protected ProcessItemProvider
This keeps track of the one adapter used for allProcess
instances.protected StreamItemProvider
This keeps track of the one adapter used for allStream
instances.protected Collection
<Object> This keeps track of all the supported types checked byisFactoryForType
.protected SystemItemProvider
This keeps track of the one adapter used for allSystem
instances.Von Klasse geerbte Felder org.eclipse.emf.cdo.lm.util.LMAdapterFactory
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 aChange
.This creates an adapter for aDelivery
.This creates an adapter for aDependency
.This creates an adapter for aDrop
.This creates an adapter for aDropType
.This creates an adapter for aModule
.This creates an adapter for aModuleType
.This creates an adapter for aProcess
.This creates an adapter for aStream
.This creates an adapter for aSystem
.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.lm.util.LMAdapterFactory
createAdapter, createBaselineAdapter, createEObjectAdapter, createFixedBaselineAdapter, createFloatingBaselineAdapter, createModelElementAdapter, createModuleElementAdapter, createProcessElementAdapter, createStreamElementAdapter, createSystemElementAdapter
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.- Seit:
- 1.1
- Generated
-
supportedTypes
This keeps track of all the supported types checked byisFactoryForType
.- Generated
-
systemItemProvider
This keeps track of the one adapter used for allSystem
instances.- Generated
-
processItemProvider
This keeps track of the one adapter used for allProcess
instances.- Generated
-
dropTypeItemProvider
This keeps track of the one adapter used for allDropType
instances.- Generated
-
moduleItemProvider
This keeps track of the one adapter used for allModule
instances.- Generated
-
dependencyItemProvider
This keeps track of the one adapter used for allDependency
instances.- Generated
-
moduleTypeItemProvider
This keeps track of the one adapter used for allModuleType
instances.- Generated
-
streamItemProvider
This keeps track of the one adapter used for allStream
instances.- Generated
-
changeItemProvider
This keeps track of the one adapter used for allChange
instances.- Generated
-
deliveryItemProvider
This keeps track of the one adapter used for allDelivery
instances.- Generated
-
dropItemProvider
This keeps track of the one adapter used for allDrop
instances.- Generated
-
-
Konstruktordetails
-
LMItemProviderAdapterFactory
public LMItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createSystemAdapter
This creates an adapter for aSystem
.- Setzt außer Kraft:
createSystemAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createProcessAdapter
This creates an adapter for aProcess
.- Setzt außer Kraft:
createProcessAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDropTypeAdapter
This creates an adapter for aDropType
.- Setzt außer Kraft:
createDropTypeAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createModuleAdapter
This creates an adapter for aModule
.- Setzt außer Kraft:
createModuleAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDependencyAdapter
This creates an adapter for aDependency
.- Setzt außer Kraft:
createDependencyAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createModuleTypeAdapter
This creates an adapter for aModuleType
.- Setzt außer Kraft:
createModuleTypeAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createStreamAdapter
This creates an adapter for aStream
.- Setzt außer Kraft:
createStreamAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createChangeAdapter
This creates an adapter for aChange
.- Setzt außer Kraft:
createChangeAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDeliveryAdapter
This creates an adapter for aDelivery
.- Setzt außer Kraft:
createDeliveryAdapter
in KlasseLMAdapterFactory
- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDropAdapter
This creates an adapter for aDrop
.- Setzt außer Kraft:
createDropAdapter
in KlasseLMAdapterFactory
- 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 KlasseLMAdapterFactory
- 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
- Seit:
- 1.1
- 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
-