Uses of Interface
org.eclipse.emf.cdo.client.CDOFactory

Packages that use CDOFactory
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
 

Uses of CDOFactory in org.eclipse.emf.cdo.client
 

Fields in org.eclipse.emf.cdo.client declared as CDOFactory
static CDOFactory CDOFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.cdo.client that return CDOFactory
 CDOFactory CDOPackage.getCDOFactory()
          Returns the factory that creates the instances of the model
 

Uses of CDOFactory in org.eclipse.emf.cdo.client.impl
 

Classes in org.eclipse.emf.cdo.client.impl that implement CDOFactory
 class CDOFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.cdo.client.impl that return CDOFactory
 CDOFactory CDOPackageImpl.getCDOFactory()
           
static CDOFactory CDOFactoryImpl.init()
          Creates the default factory implementation
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.