Uses of Interface
org.eclipse.emf.test.models.ref.RefFactory

Packages that use RefFactory
org.eclipse.emf.test.edit.command   
org.eclipse.emf.test.edit.provider   
org.eclipse.emf.test.models.ref   
org.eclipse.emf.test.models.ref.impl   
 

Uses of RefFactory in org.eclipse.emf.test.edit.command
 

Fields in org.eclipse.emf.test.edit.command declared as RefFactory
protected  RefFactory ChangeCommandTest.refFactory
          The Ref factory.
protected  RefFactory DeleteCommandTest.refFactory
          The Ref factory.
protected  RefFactory SetCommandTest.refFactory
          The Ref factory.
protected  RefFactory RemoveCommandTest.refFactory
          The Ref factory.
protected  RefFactory UnsetCommandTest.refFactory
          The Ref factory.
protected  RefFactory AddCommandTest.refFactory
          The Ref factory.
 

Uses of RefFactory in org.eclipse.emf.test.edit.provider
 

Fields in org.eclipse.emf.test.edit.provider declared as RefFactory
protected  RefFactory ComposedAdapterFactoryTest.refFactory
          The Ref factory.
 

Uses of RefFactory in org.eclipse.emf.test.models.ref
 

Fields in org.eclipse.emf.test.models.ref declared as RefFactory
static RefFactory RefFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.test.models.ref that return RefFactory
 RefFactory RefPackage.getRefFactory()
          Returns the factory that creates the instances of the model
 

Uses of RefFactory in org.eclipse.emf.test.models.ref.impl
 

Classes in org.eclipse.emf.test.models.ref.impl that implement RefFactory
 class RefFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.ref.impl that return RefFactory
 RefFactory RefPackageImpl.getRefFactory()
           
static RefFactory RefFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.