Uses of Interface
org.objectweb.fractal.aokell.lib.control.component.ComponentItf

Packages that use ComponentItf
org.objectweb.fractal.aokell.glue.template This package contains code templates used by Spoon processors. 
org.objectweb.fractal.aokell.lib.control.component This package contains the implementations of the Component interface for composite and non-composite components. 
org.objectweb.fractal.aokell.lib.util This package contains helper classes for working with the Fractal API. 
 

Uses of ComponentItf in org.objectweb.fractal.aokell.glue.template
 

Fields in org.objectweb.fractal.aokell.glue.template declared as ComponentItf
protected  ComponentItf ComponentControllerTemplate._fcComp
          The reference towards the component controller.
 

Methods in org.objectweb.fractal.aokell.glue.template with parameters of type ComponentItf
 void ComponentControllerTemplate.setFcCompCtrl(ComponentItf _fcComp)
           
 

Uses of ComponentItf in org.objectweb.fractal.aokell.lib.control.component
 

Classes in org.objectweb.fractal.aokell.lib.control.component that implement ComponentItf
 class ComponentImpl
          Root class for implementations of the Component interface.
 class CompositeComponentImpl
          Implementation of the Component interface for composite components.
 

Methods in org.objectweb.fractal.aokell.lib.control.component with parameters of type ComponentItf
 void ComponentSetterItf.setFcCompCtrl(ComponentItf compctrl)
           
 

Uses of ComponentItf in org.objectweb.fractal.aokell.lib.util
 

Methods in org.objectweb.fractal.aokell.lib.util that return ComponentItf
static ComponentItf MembraneHelper.getFcCompCtrl(Component comp)
          Return the component controller reference associated to the given component.