Uses of Interface
org.eclipse.ecf.core.identity.IIDFactory

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

Uses of IIDFactory in org.eclipse.ecf.core.identity
 

Classes in org.eclipse.ecf.core.identity that implement IIDFactory
 class IDFactory
          A factory class for creating ID instances.
 

Fields in org.eclipse.ecf.core.identity declared as IIDFactory
protected static IIDFactory IDFactory.instance
           
 

Methods in org.eclipse.ecf.core.identity that return IIDFactory
static IIDFactory IDFactory.getDefault()
           
 

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

Methods in org.eclipse.ecf.core.util that return IIDFactory
 IIDFactory IDFactoryTracker.getIDFactory()
           
 

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

Methods in org.eclipse.ecf.osgi.services.distribution that return IIDFactory
protected  IIDFactory AbstractContainerFinder.getIDFactory()