Runtime

Uses of Interface
org.eclipse.gmf.runtime.notation.NotationPackage

Packages that use NotationPackage
org.eclipse.gmf.runtime.notation Notation meta-model primary package. 
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.notation.util Aurora internal packages Package Specification This package contains utility classes used by this plugin. 
 

Uses of NotationPackage in org.eclipse.gmf.runtime.notation
 

Fields in org.eclipse.gmf.runtime.notation declared as NotationPackage
static NotationPackage NotationPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.gmf.runtime.notation that return NotationPackage
 NotationPackage NotationFactory.getNotationPackage()
          Returns the package supported by this factory
 

Uses of NotationPackage in org.eclipse.gmf.runtime.notation.impl
 

Classes in org.eclipse.gmf.runtime.notation.impl that implement NotationPackage
 class NotationPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.gmf.runtime.notation.impl that return NotationPackage
 NotationPackage NotationFactoryImpl.getNotationPackage()
           
static NotationPackage NotationFactoryImpl.getPackage()
          Deprecated.  
static NotationPackage NotationPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of NotationPackage in org.eclipse.gmf.runtime.notation.util
 

Fields in org.eclipse.gmf.runtime.notation.util declared as NotationPackage
protected static NotationPackage NotationSwitch.modelPackage
          The cached model package
protected static NotationPackage NotationAdapterFactory.modelPackage
          The cached model package
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.