Uses of Interface
org.eclipse.emf.examples.extlibrary.EXTLibraryFactory

Packages that use EXTLibraryFactory
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.presentation   
 

Uses of EXTLibraryFactory in org.eclipse.emf.examples.extlibrary
 

Fields in org.eclipse.emf.examples.extlibrary declared as EXTLibraryFactory
static EXTLibraryFactory EXTLibraryFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.examples.extlibrary that return EXTLibraryFactory
 EXTLibraryFactory EXTLibraryPackage.getEXTLibraryFactory()
          Returns the factory that creates the instances of the model
 

Uses of EXTLibraryFactory in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement EXTLibraryFactory
 class EXTLibraryFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return EXTLibraryFactory
 EXTLibraryFactory EXTLibraryPackageImpl.getEXTLibraryFactory()
           
static EXTLibraryFactory EXTLibraryFactoryImpl.init()
          Creates the default factory implementation
 

Uses of EXTLibraryFactory in org.eclipse.emf.examples.extlibrary.presentation
 

Fields in org.eclipse.emf.examples.extlibrary.presentation declared as EXTLibraryFactory
protected  EXTLibraryFactory EXTLibraryModelWizard.extLibraryFactory
          This caches an instance of the model factory
 


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