Uses of Interface
org.eclipse.net4j.util.factory.IFactoryKey
- 
Packages that use IFactoryKey Package Description org.eclipse.net4j.util.container A framework of notifying collections and wiring containers.org.eclipse.net4j.util.factory A framework for factory based instance creation.
- 
- 
Uses of IFactoryKey in org.eclipse.net4j.util.containerMethods in org.eclipse.net4j.util.container that return types with arguments of type IFactoryKey Modifier and Type Method Description protected IRegistry<IFactoryKey,IFactory>ManagedContainer. createFactoryRegistry()IRegistry<IFactoryKey,IFactory>IManagedContainer. getFactoryRegistry()IRegistry<IFactoryKey,IFactory>ManagedContainer. getFactoryRegistry()
- 
Uses of IFactoryKey in org.eclipse.net4j.util.factoryClasses in org.eclipse.net4j.util.factory that implement IFactoryKey Modifier and Type Class Description classFactoryKeyA default implementation of afactory key.Methods in org.eclipse.net4j.util.factory that return IFactoryKey Modifier and Type Method Description IFactoryKeyIFactory. getKey()
 
-