Uses of Interface
org.eclipse.emf.ecp.spi.core.util.InternalChildrenList

Packages that use InternalChildrenList
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.internal.core.util   
org.eclipse.emf.ecp.spi.core   
org.eclipse.emf.ecp.workspace.internal.core   
 

Uses of InternalChildrenList in org.eclipse.emf.ecp.cdo.internal.core
 

Methods in org.eclipse.emf.ecp.cdo.internal.core with parameters of type InternalChildrenList
 void CDOProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
           
 

Uses of InternalChildrenList in org.eclipse.emf.ecp.emfstore.core.internal
 

Methods in org.eclipse.emf.ecp.emfstore.core.internal with parameters of type InternalChildrenList
 void EMFStoreProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 

Uses of InternalChildrenList in org.eclipse.emf.ecp.internal.core.util
 

Classes in org.eclipse.emf.ecp.internal.core.util that implement InternalChildrenList
 class ChildrenListImpl
           
 

Uses of InternalChildrenList in org.eclipse.emf.ecp.spi.core
 

Methods in org.eclipse.emf.ecp.spi.core with parameters of type InternalChildrenList
 void DefaultProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 void InternalProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 

Uses of InternalChildrenList in org.eclipse.emf.ecp.workspace.internal.core
 

Methods in org.eclipse.emf.ecp.workspace.internal.core with parameters of type InternalChildrenList
 void WorkspaceProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
           
 



Copyright © 2015. All Rights Reserved.