Uses of Interface
org.eclipse.net4j.util.factory.IFactoryKey
Packages that use IFactoryKey
Package
Description
A framework of notifying collections and wiring containers.
A framework for factory based instance creation.
-
Uses of IFactoryKey in org.eclipse.net4j.util.container
Methods in org.eclipse.net4j.util.container that return types with arguments of type IFactoryKeyModifier and TypeMethodDescriptionprotected IRegistry<IFactoryKey,
IFactory> ManagedContainer.createFactoryRegistry()
IManagedContainer.getFactoryRegistry()
ManagedContainer.getFactoryRegistry()
-
Uses of IFactoryKey in org.eclipse.net4j.util.factory
Classes in org.eclipse.net4j.util.factory that implement IFactoryKeyMethods in org.eclipse.net4j.util.factory that return IFactoryKeyModifier and TypeMethodDescriptionFactory.getFactoryKey()
FactoryDescriptor.getKey()
Deprecated.IFactory.getKey()
Methods in org.eclipse.net4j.util.factory with parameters of type IFactoryKeyModifier and TypeMethodDescriptionvoid
Factory.setFactoryKey
(IFactoryKey factoryKey) void
IFactoryKeyAware.setFactoryKey
(IFactoryKey factoryKey) Constructors in org.eclipse.net4j.util.factory with parameters of type IFactoryKeyModifierConstructorDescriptionAnnotationFactory
(Class<PRODUCT> productType, IFactoryKey key) Factory
(IFactoryKey key) SingletonFactory
(IFactoryKey key, Object product) TreeFactory
(IFactoryKey key)