Uses of Interface
org.eclipse.ecf.core.sharedobject.provider.ISharedObjectInstantiator

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

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

Fields in org.eclipse.ecf.core.sharedobject declared as ISharedObjectInstantiator
protected  ISharedObjectInstantiator SharedObjectTypeDescription.instantiator
           
 

Methods in org.eclipse.ecf.core.sharedobject that return ISharedObjectInstantiator
 ISharedObjectInstantiator SharedObjectTypeDescription.getInstantiator()
           
 

Constructors in org.eclipse.ecf.core.sharedobject with parameters of type ISharedObjectInstantiator
SharedObjectTypeDescription(java.lang.String name, ISharedObjectInstantiator instantiator, java.lang.String desc, java.util.Map props)