Uses of Package
org.eclipse.net4j.util.factory

Packages that use org.eclipse.net4j.util.factory
org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming. 
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. 
org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography. 
org.eclipse.net4j.util.ui.container An element wizard framework for managed containers. 
 

Classes in org.eclipse.net4j.util.factory used by org.eclipse.net4j.util.concurrent
Factory
          A default implementation of a factory.
IFactory
          Creates objects from a string description.
ProductCreationException
          An unchecked exception that may be thrown from factories to indicate the inability to create a product.
 

Classes in org.eclipse.net4j.util.factory used by org.eclipse.net4j.util.container
IFactory
          Creates objects from a string description.
IFactoryKey
          Identifies a factory by product group and type.
ProductCreationException
          An unchecked exception that may be thrown from factories to indicate the inability to create a product.
 

Classes in org.eclipse.net4j.util.factory used by org.eclipse.net4j.util.factory
Factory
          A default implementation of a factory.
FactoryKey
          A default implementation of a factory key.
IFactory
          Creates objects from a string description.
IFactoryKey
          Identifies a factory by product group and type.
ProductCreationException
          An unchecked exception that may be thrown from factories to indicate the inability to create a product.
 

Classes in org.eclipse.net4j.util.factory used by org.eclipse.net4j.util.security
Factory
          A default implementation of a factory.
IFactory
          Creates objects from a string description.
ProductCreationException
          An unchecked exception that may be thrown from factories to indicate the inability to create a product.
 

Classes in org.eclipse.net4j.util.factory used by org.eclipse.net4j.util.ui.container
Factory
          A default implementation of a factory.
IFactory
          Creates objects from a string description.
ProductCreationException
          An unchecked exception that may be thrown from factories to indicate the inability to create a product.
 



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