Klasse ReviewsItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.lm.reviews.util.ReviewsAdapterFactory
org.eclipse.emf.cdo.lm.reviews.provider.ReviewsItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IChildCreationExtender,IDisposable
public class ReviewsItemProviderAdapterFactory
extends ReviewsAdapterFactory
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 KlassenVon 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 CommentItemProviderThis keeps track of the one adapter used for allCommentinstances.protected DeliveryReviewItemProviderThis keeps track of the one adapter used for allDeliveryReviewinstances.protected DropReviewItemProviderThis keeps track of the one adapter used for allDropReviewinstances.protected ComposedAdapterFactoryThis keeps track of the root adapter factory that delegates to this adapter factory.protected ReviewTemplateItemProviderThis keeps track of the one adapter used for allReviewTemplateinstances.protected Collection<Object> This keeps track of all the supported types checked byisFactoryForType.protected TopicItemProviderThis keeps track of the one adapter used for allTopicinstances.Von Klasse geerbte Felder org.eclipse.emf.cdo.lm.reviews.util.ReviewsAdapterFactory
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 aComment.This creates an adapter for aDeliveryReview.This creates an adapter for aDropReview.This creates an adapter for aReviewTemplate.This creates an adapter for aTopic.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.reviews.util.ReviewsAdapterFactory
createAdapter, createAuthorableAdapter, createBaselineAdapter, createEObjectAdapter, createFixedBaselineAdapter, createFloatingBaselineAdapter, createModelElementAdapter, createModuleElementAdapter, createReviewAdapter, createStreamElementAdapter, createSystemElementAdapter, createTopicContainerAdapterVon 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
-
commentItemProvider
This keeps track of the one adapter used for allCommentinstances.- Generated
-
topicItemProvider
This keeps track of the one adapter used for allTopicinstances.- Seit:
- 1.1
- Generated
-
reviewTemplateItemProvider
This keeps track of the one adapter used for allReviewTemplateinstances.- Generated
-
deliveryReviewItemProvider
This keeps track of the one adapter used for allDeliveryReviewinstances.- Generated
-
dropReviewItemProvider
This keeps track of the one adapter used for allDropReviewinstances.- Generated
-
-
Konstruktordetails
-
ReviewsItemProviderAdapterFactory
public ReviewsItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createCommentAdapter
This creates an adapter for aComment.- Setzt außer Kraft:
createCommentAdapterin KlasseReviewsAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createTopicAdapter
This creates an adapter for aTopic.- Setzt außer Kraft:
createTopicAdapterin KlasseReviewsAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createReviewTemplateAdapter
This creates an adapter for aReviewTemplate.- Setzt außer Kraft:
createReviewTemplateAdapterin KlasseReviewsAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDeliveryReviewAdapter
This creates an adapter for aDeliveryReview.- Setzt außer Kraft:
createDeliveryReviewAdapterin KlasseReviewsAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDropReviewAdapter
This creates an adapter for aDropReview.- Setzt außer Kraft:
createDropReviewAdapterin KlasseReviewsAdapterFactory- 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 KlasseReviewsAdapterFactory- 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
-