aokell.lib.control.component
Class CompositeComponentImpl
java.lang.Object
aokell.lib.InterfaceImpl
aokell.lib.control.component.ComponentImpl
aokell.lib.control.component.CompositeComponentImpl
- All Implemented Interfaces:
- CloneableItf, ComponentDescItf, ComponentItf, Controller, Cloneable, Component, Interface
public class CompositeComponentImpl
- extends ComponentImpl
- implements ComponentItf
Implementation of the Component interface for composite components.
- Author:
- Lionel Seinturier
Methods inherited from class aokell.lib.control.component.ComponentImpl |
addFcController, cloneFcCtrl, getContentDesc, getContentPart, getControllerDesc, getFcClientInterface, getFcCollectionInterfaces, getFcControllers, getFcInterface, getFcInterfaces, getFcItfName, getFcItfOwner, getFcItfType, getFcSingletonBusinessInterfaces, getFcSingletonClientInterfaces, getFcSingletonControlInterfaces, getFcSingletonInterfaces, getFcType, getProxyInterface, initFcCtrl, isFcInternalItf, setContentDesc, setContentPart, setControllerDesc, setFcCompCtrl, setType |
Methods inherited from interface aokell.lib.control.component.ComponentItf |
addFcController, getFcClientInterface, getFcCollectionInterfaces, getFcControllers, getFcSingletonBusinessInterfaces, getFcSingletonClientInterfaces, getFcSingletonControlInterfaces, getFcSingletonInterfaces, setContentDesc, setContentPart, setControllerDesc, setType |
CompositeComponentImpl
public CompositeComponentImpl()
getFcInterface
protected Interface getFcInterface(InterfaceType it,
Component itfOwner)
- Get the Interface instance associated to the given interface type for the
given component.
- Overrides:
getFcInterface
in class ComponentImpl