Uses of Interface
org.caleigo.core.IEntityPool

Packages that use IEntityPool
org.caleigo.core   
 

Uses of IEntityPool in org.caleigo.core
 

Subinterfaces of IEntityPool in org.caleigo.core
 interface IProxySelection
          
 interface IQualifiedSelection
          IEntitySelection defines the interface to an entity collection class that can store zero or more IEntity objects.
 interface ISelection
          IEntityCollection defines the interface to entity collection class that can store zero or more IEntity objects.
 

Classes in org.caleigo.core that implement IEntityPool
 class ControlledProxySelection
          
 class EntityPool
          EntityPool is the standard implementation of the IEntityPool interface.
 class FilteredProxySelection
          
 class OrderedProxySelection
          
 class ProxySelection
          
 class QualifiedSelection
          EntitySelection is an entity collection class that can store zero or more IEntity objects.
 class Selection
          Selection is an entity collection class that can store zero or more IEntity objects.
 

Constructors in org.caleigo.core with parameters of type IEntityPool
EntityPool(IEntityPool entityPool)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.