Uses of Interface
org.eclipse.ecf.core.IContainerFactory

Packages that use IContainerFactory
org.eclipse.ecf.core   
org.eclipse.ecf.core.util   
org.eclipse.ecf.osgi.services.distribution   
 

Uses of IContainerFactory in org.eclipse.ecf.core
 

Classes in org.eclipse.ecf.core that implement IContainerFactory
 class ContainerFactory
          Factory for creating IContainer instances.
 

Methods in org.eclipse.ecf.core that return IContainerFactory
 IContainerFactory IContainerManager.getContainerFactory()
          Get container factory associated with this container manager.
 IContainerFactory ContainerFactory.getContainerFactory()
           
static IContainerFactory ContainerFactory.getDefault()
           
 

Uses of IContainerFactory in org.eclipse.ecf.core.util
 

Methods in org.eclipse.ecf.core.util that return IContainerFactory
 IContainerFactory ContainerFactoryTracker.getContainerFactory()
           
 

Uses of IContainerFactory in org.eclipse.ecf.osgi.services.distribution
 

Methods in org.eclipse.ecf.osgi.services.distribution that return IContainerFactory
protected  IContainerFactory AbstractContainerFinder.getContainerFactory()