Uses of Interface
org.eclipse.e4.core.di.suppliers.IObjectDescriptor
Packages that use IObjectDescriptor
Package
Description
Application programming interfaces for dependency injection object suppliers.
-
Uses of IObjectDescriptor in org.eclipse.e4.core.di.suppliers
Methods in org.eclipse.e4.core.di.suppliers with parameters of type IObjectDescriptorModifier and TypeMethodDescriptionabstract Object
ExtendedObjectSupplier.get
(IObjectDescriptor descriptor, IRequestor requestor, boolean track, boolean group) This method is called by the dependency injection mechanism to obtain an object corresponding to the object descriptor.abstract void
PrimaryObjectSupplier.get
(IObjectDescriptor[] descriptors, Object[] actualValues, IRequestor requestor, boolean initial, boolean track, boolean group) This method is called by the dependency injection mechanism to obtain objects corresponding to the object descriptors.