Uses of Interface
org.eclipse.e4.core.di.suppliers.IRequestor
-
Packages that use IRequestor Package Description org.eclipse.e4.core.di.suppliers Application programming interfaces for dependency injection object suppliers. -
-
Uses of IRequestor in org.eclipse.e4.core.di.suppliers
Methods in org.eclipse.e4.core.di.suppliers with parameters of type IRequestor Modifier and Type Method Description abstract 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.
-