Uses of Interface
org.eclipse.net4j.util.factory.IFactoryKey

Packages that use IFactoryKey
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.container
 

Methods in org.eclipse.net4j.util.container that return types with arguments of type IFactoryKey
protected  IRegistry<IFactoryKey,IFactory> ManagedContainer.createFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> IManagedContainer.getFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> ManagedContainer.getFactoryRegistry()
           
 

Uses of IFactoryKey in org.eclipse.net4j.util.factory
 

Classes in org.eclipse.net4j.util.factory that implement IFactoryKey
 class FactoryKey
          A default implementation of a factory key.
 

Methods in org.eclipse.net4j.util.factory that return IFactoryKey
 IFactoryKey IFactory.getKey()
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.