Uses of Class
org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore

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

Uses of ItemProviderAdapter.ChildrenStore in org.eclipse.emf.edit.provider
 

Methods in org.eclipse.emf.edit.provider that return ItemProviderAdapter.ChildrenStore
protected  ItemProviderAdapter.ChildrenStore ItemProviderAdapter.getChildrenStore(Object object)
          Returns the store for the children of the given object, or null if no such store is being maintained.
protected  ItemProviderAdapter.ChildrenStore ItemProviderAdapter.createChildrenStore(Object object)
          Consults isWrappingNeeded to decide whether to create a store for the children of the given object.
 


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