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

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

Uses of IFactory in org.eclipse.net4j.util.concurrent
 

Classes in org.eclipse.net4j.util.concurrent that implement IFactory
 class ExecutorServiceFactory
           
static class TimerLifecycle.DaemonFactory
           
 

Uses of IFactory in org.eclipse.net4j.util.container
 

Methods in org.eclipse.net4j.util.container that return IFactory
 IFactory IManagedContainer.getFactory(String productGroup, String factoryType)
           
 IFactory ManagedContainer.getFactory(String productGroup, String factoryType)
           
 

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

Methods in org.eclipse.net4j.util.container with parameters of type IFactory
 IManagedContainer IManagedContainer.registerFactory(IFactory factory)
           
 ManagedContainer ManagedContainer.registerFactory(IFactory factory)
           
 

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

Classes in org.eclipse.net4j.util.factory that implement IFactory
 class Factory
          A default implementation of a factory.
 class FactoryDescriptor
          A factory that delegates to an extension registry contribution.
 

Methods in org.eclipse.net4j.util.factory that return IFactory
 IFactory FactoryDescriptor.createFactory()
           
 

Uses of IFactory in org.eclipse.net4j.util.security
 

Classes in org.eclipse.net4j.util.security that implement IFactory
 class ChallengeNegotiatorFactory
           
 class CredentialsProviderFactory
           
 class FileUserManagerFactory
          TODO Consider file attributes when creating initially empty file
 class NegotiatorFactory
           
 class RandomizerFactory
           
 class ResponseNegotiatorFactory
           
 class UserManagerFactory
           
 

Uses of IFactory in org.eclipse.net4j.util.ui.container
 

Classes in org.eclipse.net4j.util.ui.container that implement IFactory
 class ElementWizardFactory
           
 



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