Uses of Interface
org.eclipse.emf.test.models.ext.ExtFactory

Packages that use ExtFactory
org.eclipse.emf.test.edit.provider   
org.eclipse.emf.test.models.ext   
org.eclipse.emf.test.models.ext.impl   
 

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

Fields in org.eclipse.emf.test.edit.provider declared as ExtFactory
protected  ExtFactory ComposedAdapterFactoryTest.extFactory
          The Ext factory.
 

Uses of ExtFactory in org.eclipse.emf.test.models.ext
 

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

Methods in org.eclipse.emf.test.models.ext that return ExtFactory
 ExtFactory ExtPackage.getExtFactory()
          Returns the factory that creates the instances of the model
 

Uses of ExtFactory in org.eclipse.emf.test.models.ext.impl
 

Classes in org.eclipse.emf.test.models.ext.impl that implement ExtFactory
 class ExtFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.test.models.ext.impl that return ExtFactory
 ExtFactory ExtPackageImpl.getExtFactory()
           
static ExtFactory ExtFactoryImpl.init()
          Creates the default factory implementation
 


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