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

Packages that use IIDFactory
org.eclipse.ecf.core.identity   
 

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()