Uses of Interface
aokell.lib.control.factory.FactoryItf

Packages that use FactoryItf
aokell.lib.control.factory This package contains the implementation of the Factory controller interface. 
aokell.lib.util This package contains a helper class for using the Fractal API. 
 

Uses of FactoryItf in aokell.lib.control.factory
 

Classes in aokell.lib.control.factory that implement FactoryItf
 class AbstractFactoryImpl
          Root implementation for primitive and composite factories.
 class CompositeFactoryImpl
          Implementation of the factory interface for composite components.
 class PrimitiveFactoryImpl
          Implementation of the factory interface for primitive components.
 

Uses of FactoryItf in aokell.lib.util
 

Methods in aokell.lib.util that return FactoryItf
static FactoryItf FractalHelper.getFactory(Component c)
          Returns the FactoryItf interface of the given component.