Uses of Interface
org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry

Packages that use IChildCreationExtender.Descriptor.Registry
org.eclipse.emf.edit This provides plugin support for EMF.Edit. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
 

Uses of IChildCreationExtender.Descriptor.Registry in org.eclipse.emf.edit
 

Methods in org.eclipse.emf.edit that return IChildCreationExtender.Descriptor.Registry
static IChildCreationExtender.Descriptor.Registry EMFEditPlugin.getChildCreationExtenderDescriptorRegistry()
          Returns a populated instance of a child creation extender registry.
 

Uses of IChildCreationExtender.Descriptor.Registry in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement IChildCreationExtender.Descriptor.Registry
static class IChildCreationExtender.Descriptor.Registry.Impl
          A simple registry implementation that supports delegation.
 

Fields in org.eclipse.emf.edit.provider declared as IChildCreationExtender.Descriptor.Registry
protected  IChildCreationExtender.Descriptor.Registry IChildCreationExtender.Descriptor.Registry.Impl.delegateRegistry
          The delegate registry should lookup fail locally.
static IChildCreationExtender.Descriptor.Registry IChildCreationExtender.Descriptor.Registry.INSTANCE
          The global registry typically populated by plugin registration.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type IChildCreationExtender.Descriptor.Registry
IChildCreationExtender.Descriptor.Registry.Impl(IChildCreationExtender.Descriptor.Registry delegateRegistry)
          Creates an instance.
 


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