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

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

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

Methods in org.eclipse.emf.edit.provider that return IChildCreationExtender
 IChildCreationExtender IChildCreationExtender.Descriptor.createChildCreationExtender()
          Creates a child creation extender.
 

Methods in org.eclipse.emf.edit.provider that return types with arguments of type IChildCreationExtender
 java.util.List<IChildCreationExtender> ChildCreationExtenderManager.getChildCreationExtenders()
          Returns a modifiable list of the child creation extenders.
 


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