Uses of Interface
org.eclipse.emf.java.JavaFactory

Packages that use JavaFactory
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
 

Uses of JavaFactory in org.eclipse.emf.java
 

Fields in org.eclipse.emf.java declared as JavaFactory
static JavaFactory JavaFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.java that return JavaFactory
 JavaFactory JavaPackage.getJavaFactory()
          Returns the factory that creates the instances of the model
 

Uses of JavaFactory in org.eclipse.emf.java.impl
 

Classes in org.eclipse.emf.java.impl that implement JavaFactory
 class JavaFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.java.impl that return JavaFactory
 JavaFactory JavaPackageImpl.getJavaFactory()
           
static JavaFactory JavaFactoryImpl.init()
          Creates the default factory implementation
 


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