Uses of Interface
org.eclipse.emf.edit.tree.TreeFactory

Packages that use TreeFactory
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
 

Uses of TreeFactory in org.eclipse.emf.edit.tree
 

Fields in org.eclipse.emf.edit.tree declared as TreeFactory
static TreeFactory TreeFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.emf.edit.tree that return TreeFactory
 TreeFactory TreePackage.getTreeFactory()
          Returns the factory that creates the instances of the model
 

Uses of TreeFactory in org.eclipse.emf.edit.tree.impl
 

Classes in org.eclipse.emf.edit.tree.impl that implement TreeFactory
 class TreeFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.edit.tree.impl that return TreeFactory
 TreeFactory TreePackageImpl.getTreeFactory()
           
static TreeFactory TreeFactoryImpl.init()
          Creates the default factory implementation
 


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