Uses of Interface
org.objectweb.fractal.api.Component

Packages that use Component
org.objectweb.fractal.api   
org.objectweb.fractal.api.control   
org.objectweb.fractal.api.factory   
org.objectweb.fractal.util   
org.ow2.frascati.tinfi.api   
 

Uses of Component in org.objectweb.fractal.api
 

Methods in org.objectweb.fractal.api that return Component
static Component Fractal.getBootstrapComponent()
          Returns a bootstrap component to create other components.
 Component Interface.getFcItfOwner()
          Returns the component to which this interface belongs.
 

Uses of Component in org.objectweb.fractal.api.control
 

Methods in org.objectweb.fractal.api.control that return Component
 Component[] ContentController.getFcSubComponents()
          Returns the sub-components of this component.
 Component[] SuperController.getFcSuperComponents()
          Returns the components that contain the component to which this interface belongs.
 

Methods in org.objectweb.fractal.api.control with parameters of type Component
 void ContentController.addFcSubComponent(Component subComponent)
          Adds a sub-component to this component.
 void ContentController.removeFcSubComponent(Component subComponent)
          Removes a sub-component from this component.
 

Uses of Component in org.objectweb.fractal.api.factory
 

Methods in org.objectweb.fractal.api.factory that return Component
 Component Factory.newFcInstance()
          Instantiates a component from this factory.
 Component GenericFactory.newFcInstance(Type type, java.lang.Object controllerDesc, java.lang.Object contentDesc)
          Creates a component.
 

Uses of Component in org.objectweb.fractal.util
 

Methods in org.objectweb.fractal.util that return Component
static Component Fractal.getBootstrapComponent()
          Returns a bootstrap component to create other components.
static Component Fractal.getBootstrapComponent(java.util.Map hints)
          Returns a bootstrap component to create other components.
 

Methods in org.objectweb.fractal.util with parameters of type Component
static AttributeController Fractal.getAttributeController(Component component)
          Returns the AttributeController interface of the given component.
static BindingController Fractal.getBindingController(Component component)
          Returns the BindingController interface of the given component.
static ContentController Fractal.getContentController(Component component)
          Returns the ContentController interface of the given component.
static Factory Fractal.getFactory(Component component)
          Returns the Factory interface of the given component.
static GenericFactory Fractal.getGenericFactory(Component component)
          Returns the GenericFactory interface of the given component.
static LifeCycleController Fractal.getLifeCycleController(Component component)
          Returns the LifeCycleController interface of the given component.
static NameController Fractal.getNameController(Component component)
          Returns the NameController interface of the given component.
static SuperController Fractal.getSuperController(Component component)
          Returns the SuperController interface of the given component.
static TypeFactory Fractal.getTypeFactory(Component component)
          Returns the TypeFactory interface of the given component.
 

Uses of Component in org.ow2.frascati.tinfi.api
 

Methods in org.ow2.frascati.tinfi.api that return Component
 Component IntentJoinPoint.getComponent()
          Return the component for which the intent has been defined.
 



Copyright © 2007-2011. All Rights Reserved.