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

Packages that use ISharedObjectFactory
org.eclipse.ecf.core.sharedobject   
 

Uses of ISharedObjectFactory in org.eclipse.ecf.core.sharedobject
 

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

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

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