Uses of Interface
anima.component.IComponentFactory

Packages that use IComponentFactory
anima.component.javalocal   
anima.context   
anima.context.javalocal   
 

Uses of IComponentFactory in anima.component.javalocal
 

Classes in anima.component.javalocal that implement IComponentFactory
 class JavaLocalComponentFactory
          This an Factory of Local components.
 

Uses of IComponentFactory in anima.context
 

Methods in anima.context that return IComponentFactory
 IComponentFactory IComponentContext.createComponentFactory()
          Creates a default component factory.
 IComponentFactory IComponentContext.createComponentFactory(java.lang.String factoryType)
          Creates a component factory for a given type.
 

Uses of IComponentFactory in anima.context.javalocal
 

Methods in anima.context.javalocal that return IComponentFactory
 IComponentFactory JavaLocalContext.createComponentFactory()
          Creates a default component factory.
 IComponentFactory JavaLocalContext.createComponentFactory(java.lang.String factoryType)
          Creates a component factory for a given type.
 



Copyright © 2007. All Rights Reserved.