Uses of Class
org.eclipse.net4j.util.factory.ProductCreationException

Packages that use ProductCreationException
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 ProductCreationException in org.eclipse.net4j.util.concurrent
 

Methods in org.eclipse.net4j.util.concurrent that throw ProductCreationException
 Object TimerLifecycle.DaemonFactory.create(String name)
           
 

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

Methods in org.eclipse.net4j.util.container that throw ProductCreationException
protected  Object ManagedContainer.createElement(String productGroup, String factoryType, String description)
           
 Object IManagedContainer.getElement(String productGroup, String factoryType, String description)
           
 Object ManagedContainer.getElement(String productGroup, String factoryType, String description)
           
 Object IManagedContainer.getElement(String productGroup, String factoryType, String description, boolean activate)
           
 Object ManagedContainer.getElement(String productGroup, String factoryType, String description, boolean activate)
           
 void IManagedContainer.loadElements(InputStream stream)
           
 void ManagedContainer.loadElements(InputStream stream)
           
 

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

Methods in org.eclipse.net4j.util.factory that throw ProductCreationException
 Object IFactory.create(String description)
           
 

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

Methods in org.eclipse.net4j.util.security that throw ProductCreationException
abstract  ICredentialsProvider CredentialsProviderFactory.create(String description)
           
 Randomizer RandomizerFactory.create(String description)
           
 

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

Methods in org.eclipse.net4j.util.ui.container that throw ProductCreationException
abstract  IElementWizard ElementWizardFactory.create(String description)
           
 



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