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

Packages that use TreePackage
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.edit.tree.util   
 

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

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

Methods in org.eclipse.emf.edit.tree that return TreePackage
 TreePackage TreeFactory.getTreePackage()
          Returns the package supported by this factory
 

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

Classes in org.eclipse.emf.edit.tree.impl that implement TreePackage
 class TreePackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.edit.tree.impl that return TreePackage
static TreePackage TreeFactoryImpl.getPackage()
          Deprecated.  
 TreePackage TreeFactoryImpl.getTreePackage()
           
static TreePackage TreePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of TreePackage in org.eclipse.emf.edit.tree.util
 

Fields in org.eclipse.emf.edit.tree.util declared as TreePackage
protected static TreePackage TreeAdapterFactory.modelPackage
          The cached model package
protected static TreePackage TreeSwitch.modelPackage
          The cached model package
 


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