Klasse LMSecurityItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.lm.security.util.LMSecurityAdapterFactory
org.eclipse.emf.cdo.lm.security.provider.LMSecurityItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IChildCreationExtender,IDisposable
public class LMSecurityItemProviderAdapterFactory
extends LMSecurityAdapterFactory
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
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classA child creation extender for theExpressionsPackage.static classA child creation extender for theSecurityPackage.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.edit.provider.IChildCreationExtender
IChildCreationExtender.Descriptor -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IChangeNotifierThis is used to implementIChangeNotifier.protected ChildCreationExtenderManagerThis helps manage the child creation extenders.protected ModuleFilterItemProviderThis keeps track of the one adapter used for allModuleFilterinstances.protected ModuleTypeFilterItemProviderThis keeps track of the one adapter used for allModuleTypeFilterinstances.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.security.util.LMSecurityAdapterFactory
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 aModuleFilter.This creates an adapter for aModuleTypeFilter.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.security.util.LMSecurityAdapterFactory
createAdapter, createEObjectAdapter, createLMFilterAdapter, createPermissionFilterAdapterVon 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
-
moduleFilterItemProvider
This keeps track of the one adapter used for allModuleFilterinstances.- Generated
-
moduleTypeFilterItemProvider
This keeps track of the one adapter used for allModuleTypeFilterinstances.- Generated
-
-
Konstruktordetails
-
LMSecurityItemProviderAdapterFactory
public LMSecurityItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createModuleFilterAdapter
This creates an adapter for aModuleFilter.- Setzt außer Kraft:
createModuleFilterAdapterin KlasseLMSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createModuleTypeFilterAdapter
This creates an adapter for aModuleTypeFilter.- Setzt außer Kraft:
createModuleTypeFilterAdapterin KlasseLMSecurityAdapterFactory- 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 KlasseLMSecurityAdapterFactory- 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
-