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

Packages that use ISharedObjectFactory
org.eclipse.ecf.core   
 

Uses of ISharedObjectFactory in org.eclipse.ecf.core
 

Classes in org.eclipse.ecf.core that implement ISharedObjectFactory
 class SharedObjectFactory
          Factory for creating ISharedObject instances.
 

Fields in org.eclipse.ecf.core declared as ISharedObjectFactory
protected static ISharedObjectFactory SharedObjectFactory.instance
           
 

Methods in org.eclipse.ecf.core that return ISharedObjectFactory
static ISharedObjectFactory SharedObjectFactory.getDefault()