A B C D E F G I L N O P R S U W _

A

addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
Calls the overriden addFcSubComponent method and then notifies the dual level of the content modification.
addFcSubComponentNotification(Component) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ContentNotificationController
Adds a sub-component to this component.
addFcSubComponentNotification(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
Calls the overriden addFcSubComponent method
attribute - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 

B

BasicReflexControllerMixin - Class in org.ow2.jasmine.jade.reflex.control
Provides a basic implementation of the ReflexController ReflexController interface.
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
Calls the overriden bindFc method and then notifies the dual level of the binding.
bindFcNotification(String, Object) - Method in interface org.ow2.jasmine.jade.reflex.api.control.BindingNotificationController
Binds the client interface whose name is given to a server interface.
bindFcNotification(String, Object) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
Calls the overriden bindFc method.
binding - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
BindingNotificationController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to notify a binding update between the meta and the exec level (and vice versa).

C

compiler - Variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
The Compiler used by this factory.
COMPILER_BINDING - Static variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
Name of the client interface bound to the Compiler used by this factory.
content - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
ContentNotificationController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to notify a content update between the meta and the execution level (and vice versa).
controllersPrefix - Static variable in class org.ow2.jasmine.jade.reflex.util.Reflex
prefix for controllers names in Julia configuration file
createComponent(Object, String, String, Object, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.adl.implementations.ReflexFractalImplementationBuilder
 

D

DebugReflex - Class in org.ow2.jasmine.jade.reflex.util
 
DebugReflex() - Constructor for class org.ow2.jasmine.jade.reflex.util.DebugReflex
 

E

Environment - Class in org.ow2.jasmine.jade.reflex.util
Manipulation of environment variables for reflex-fractal
Environment() - Constructor for class org.ow2.jasmine.jade.reflex.util.Environment
 

F

FactoryNotification - Interface in org.ow2.jasmine.jade.reflex.api.factory
This interface is used to notify the creation of a component between the meta and the execution level (and vice versa).
find(Component, String) - Static method in class org.ow2.jasmine.jade.reflex.util.Util
utility method to find a subcomponent from a component root.

G

GenericAttributeNotificationController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to notify an attribute update between the meta and the exec level (and vice versa).
genericfactory - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
GenericFactoryNotification - Interface in org.ow2.jasmine.jade.reflex.api.factory
This interface is used to notify the creation of a component between the meta and the exec level (and vice versa).
GenericInstallingFactoryNotification - Interface in org.ow2.jasmine.jade.reflex.api.factory
This interface is used to notify the creation of a component between the meta and the exec level (and vice versa).
getBindingNotificationController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the BindingNotificationController interface of the given component.
getBootstrapComponent() - Static method in class org.ow2.jasmine.jade.reflex.api.ReflexFractal
Returns a reflexive bootstrap component (i.e. a component which allows to create other components in reflexive mode).
getBootstrapComponent(Map) - Static method in class org.ow2.jasmine.jade.reflex.api.ReflexFractal
Returns a bootstrap component to create other components.
getCmpRef() - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
return the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level.
getCmpRef() - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
return the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level.
getComponent(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the Component interface of the given component.
getContentNotificationController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the ContentNotificationController interface of the given component.
getDual(Object) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Convert the reference
getDualComponent(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Get the dual componant of a given component
getDualController(Component, String) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Get the dual controller of a given controller
getDualInterface(Interface) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Get the dual interface of a given interface
getFactory(String) - Static method in class org.ow2.jasmine.jade.reflex.api.ReflexFactoryFactory
Returns a reflexive Factory with the given backend.
getFactory(String, String, Map) - Static method in class org.ow2.jasmine.jade.reflex.api.ReflexFactoryFactory
Returns a reflexive Factory with the given implementation and backend.
getFcContentDesc() - Method in class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
getFcControllerDesc() - Method in class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
getFcInstanceType() - Method in class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
getGenericAttributeNotificationController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the GenericAttributeNotificationController interface of the given component.
getGenericFactoryNotification(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the GenericFactoryNotification interface of the given component.
getGenericInstallingFactoryNotification(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the GenericFactoryNotification interface of the given component.
getIsNotifiable() - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
 
getIsNotifiable() - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
 
getLifeCycleNotificationController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the LifeCycleNotificationController interface of the given component.
getMetaComponentContainer() - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
Each meta component created are added as sub component of the meta-component container
getMetaComponentContainer() - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
 
getNameNotificationController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the NameNotificationController interface of the given component.
getProperty(String) - Static method in class org.ow2.jasmine.jade.reflex.util.Environment
Get a property value
getReflexAttribute(String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
Get a predefined reflex attribute.
getReflexAttribute(String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.SpecificAttributeController
Get a predefined reflex attribute.
getReflexAttribute(String) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
Get the value of a predefined reflex attribute .
getReflexBackend(String) - Static method in class org.ow2.jasmine.jade.reflex.api.ReflexFactoryFactory
Returns the reflexive backend corresponding to the given backend.
getReflexController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the ReflexController interface of the given component.
getRegistry() - Static method in class org.ow2.jasmine.jade.reflex.util.Environment
Get the reference of the Registry
getSpecificAttributeController(Component) - Static method in class org.ow2.jasmine.jade.reflex.util.Reflex
Returns the SpecificAttributeController interface of the given component.

I

info - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
Initializes the fields of this mixin from the given context, and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.UseReflexControllerMixin
Initializes the fields of this mixin and then calls the overriden method.
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 

L

lifecycle - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
LifeCycleNotificationController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to notify a lifecycle update between the meta and the execution level (and vice versa).
listFc() - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
load(String, Map) - Method in class org.ow2.jasmine.jade.reflex.adl.attributes.ReflexFractalAttributeLoader
 
loader - Variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
The Loader used by this factory.
LOADER_BINDING - Static variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
Name of the client interface bound to the Loader used by this factory.
Logger - Class in org.ow2.jasmine.jade.reflex.util
 
Logger() - Constructor for class org.ow2.jasmine.jade.reflex.util.Logger
 
lookupFc(String) - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 

N

name - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
NameNotificationController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to notify a name update between the meta and the execution level (and vice versa).
newComponent(String, Map) - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
newComponentType(String, Map) - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
Calls the overriden newFcInstance method and then notifies the dual factory of the newFcInstance operation.
newFcInstance(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
 
newFcInstance(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
newFcInstance() - Method in class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
newFcInstanceNotification() - Method in interface org.ow2.jasmine.jade.reflex.api.factory.FactoryNotification
Instantiates a component from this factory.
newFcInstanceNotification(Type, Object, Object) - Method in interface org.ow2.jasmine.jade.reflex.api.factory.GenericFactoryNotification
Creates a component.
newFcInstanceNotification(Type, Object, Object, PackageDescription) - Method in interface org.ow2.jasmine.jade.reflex.api.factory.GenericInstallingFactoryNotification
Creates a Component given its type, a description of its control part (membrane), description of its content part (implementation) and a description of a package in which all those can be found
newFcInstanceNotification(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
Calls the overriden newFcInstance method.
newFcInstanceNotification(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
newFcInstanceNotification(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 

O

on - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
org.ow2.jasmine.jade.reflex.adl - package org.ow2.jasmine.jade.reflex.adl
 
org.ow2.jasmine.jade.reflex.adl.attributes - package org.ow2.jasmine.jade.reflex.adl.attributes
 
org.ow2.jasmine.jade.reflex.adl.implementations - package org.ow2.jasmine.jade.reflex.adl.implementations
 
org.ow2.jasmine.jade.reflex.api - package org.ow2.jasmine.jade.reflex.api
 
org.ow2.jasmine.jade.reflex.api.control - package org.ow2.jasmine.jade.reflex.api.control
 
org.ow2.jasmine.jade.reflex.api.factory - package org.ow2.jasmine.jade.reflex.api.factory
 
org.ow2.jasmine.jade.reflex.control - package org.ow2.jasmine.jade.reflex.control
 
org.ow2.jasmine.jade.reflex.control.attribute - package org.ow2.jasmine.jade.reflex.control.attribute
 
org.ow2.jasmine.jade.reflex.control.binding - package org.ow2.jasmine.jade.reflex.control.binding
 
org.ow2.jasmine.jade.reflex.control.content - package org.ow2.jasmine.jade.reflex.control.content
 
org.ow2.jasmine.jade.reflex.control.lifecycle - package org.ow2.jasmine.jade.reflex.control.lifecycle
 
org.ow2.jasmine.jade.reflex.control.name - package org.ow2.jasmine.jade.reflex.control.name
 
org.ow2.jasmine.jade.reflex.factory - package org.ow2.jasmine.jade.reflex.factory
 
org.ow2.jasmine.jade.reflex.util - package org.ow2.jasmine.jade.reflex.util
 

P

print(String) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
print a trace to the logger
print(Exception) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
print a nested exception in the logger
println(String) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
print a trace to the logger (with carriage return)
println(Exception) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
Print a nested exception (with carriage return).
println(boolean, String) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
 
println(boolean, Exception) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
 
printStackTrace(Exception) - Static method in class org.ow2.jasmine.jade.reflex.util.Logger
 

R

reflex - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
Reflex - Class in org.ow2.jasmine.jade.reflex.util
Provides utility methods to deal with reflexive components.
Reflex() - Constructor for class org.ow2.jasmine.jade.reflex.util.Reflex
 
REFLEX_FRACTAL_BACKEND - Static variable in class org.ow2.jasmine.jade.reflex.api.ReflexFactoryFactory
 
reflexAuto - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
flag to indicate if you automate reflex service operations, like invoke newFcInstanceNotification(...), setDual(...) in ReflexGenericFactoryMixin
ReflexBasicFactory - Class in org.ow2.jasmine.jade.reflex.adl
Basic implementation of the Factory interface.
ReflexBasicFactory() - Constructor for class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
ReflexBindingMixin - Class in org.ow2.jasmine.jade.reflex.control.binding
Provides an implementation of the BindingController interface which manages the causal connection with the dual level (i.e meta/execution) : any binding operation performed on the current component is notified to the binding controller of dual component.
ReflexCompositeGenericAttributeControllerMixin - Class in org.ow2.jasmine.jade.reflex.control.attribute
Provides an implementation of the GenericAttributeController interface which manages the causal connection with the dual (i.e meta/execution) level : Any attribute setting operation performed on the current component is forwarded to the attribute controller of dual component.
ReflexContentMixin - Class in org.ow2.jasmine.jade.reflex.control.content
Provides an implementation of the ContentController interface which manages the causal connection with the dual level (i.e meta/execution) : any content operation performed on the current component is notified to the content controller of dual component.
ReflexController - Interface in org.ow2.jasmine.jade.reflex.api.control
The meta controller interface defines getter/setter method to manage component reference between the exec level and the metalevel.
reflexDualNameLabel - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
name associated to the dual Fractal instance
ReflexFactoryFactory - Class in org.ow2.jasmine.jade.reflex.api
Provides static methods to get a Factory component which operates in reflexive mode (the components created by this factory are reflexive components, which means that they are associated to a dual component created by a dual factory).
ReflexFactoryFactory() - Constructor for class org.ow2.jasmine.jade.reflex.api.ReflexFactoryFactory
 
ReflexFractal - Class in org.ow2.jasmine.jade.reflex.api
Provides a static method to get a Fractal bootstrap component which operates in reflexive mode (the components created by this bootstrap are reflexive components, which means that they are associated to a dual component created by a dual bootstrap).
ReflexFractalAttributeBuilder - Class in org.ow2.jasmine.jade.reflex.adl.attributes
A Fractal based implementation of the AttributeBuilder interface.
ReflexFractalAttributeBuilder() - Constructor for class org.ow2.jasmine.jade.reflex.adl.attributes.ReflexFractalAttributeBuilder
 
ReflexFractalAttributeLoader - Class in org.ow2.jasmine.jade.reflex.adl.attributes
A Loader to check Attributes nodes in definitions.
ReflexFractalAttributeLoader() - Constructor for class org.ow2.jasmine.jade.reflex.adl.attributes.ReflexFractalAttributeLoader
 
ReflexFractalImplementationBuilder - Class in org.ow2.jasmine.jade.reflex.adl.implementations
A reflexive Fractal based implementation of the ImplementationBuilder interface.
ReflexFractalImplementationBuilder() - Constructor for class org.ow2.jasmine.jade.reflex.adl.implementations.ReflexFractalImplementationBuilder
 
ReflexGenericAttributeControllerMixin - Class in org.ow2.jasmine.jade.reflex.control.attribute
Provide a basic implementation of the GenericAttributeController and GenericAttributeControllerNotification.
ReflexGenericFactoryMixin - Class in org.ow2.jasmine.jade.reflex.factory
Provides an implementation of the GenericFactory interface which manages the causal connection with the dual (i.e meta/execution) level : any newFcInstance operation performed on the current factory is forwarded to the factory of the dual level.
ReflexGenericInstallingFactoryMixin - Class in org.ow2.jasmine.jade.reflex.factory
Provides an implementation of the GenericInstallingFactory interface which manages the causal connection with the dual (i.e meta/execution) level : any newFcInstance operation performed on the current factory is forwarded to the factory of the dual level.
ReflexJulia - Class in org.ow2.jasmine.jade.reflex.util
Provides access to a Julia bootstrap component which operates in reflexive mode.
ReflexJulia() - Constructor for class org.ow2.jasmine.jade.reflex.util.ReflexJulia
 
reflexLevelLabel - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
reflexive level (execution / meta) associated to the current Fractal instance
ReflexLifeCycleMixin - Class in org.ow2.jasmine.jade.reflex.control.lifecycle
Provides an implementation of the LifeCycleController interface which manages the causal connection with the dual level (i.e meta/execution): any lifecycle operation performed on the current component is notified to the lifecycle controller of dual component.
reflexNameLabel - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
name associated to the current Fractal instance
ReflexNameMixin - Class in org.ow2.jasmine.jade.reflex.control.name
Provides an implementation of the NameController interface which manages the causal connection with the dual level (i.e meta/execution) : Any operation on the name of the current component is forwarded to the name controller of dual component.
reflexNotify - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
flag to indicate if you automate reflex service operations, like invoke newFcInstanceNotification(...), setDual(...) in ReflexGenericFactoryMixin
registryNodeLabel - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
registry's node
registryPortLabel - Static variable in class org.ow2.jasmine.jade.reflex.util.Environment
registry's port
removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
Calls the overriden method and then notifies the dual level of the content modification.
removeFcSubComponentNotification(Component) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ContentNotificationController
Removes a sub-component from this component.
removeFcSubComponentNotification(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
Calls the overriden removeFcSubComponent method
reversebinding - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 

S

scheduler - Variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
The Scheduler used by this factory.
SCHEDULER_BINDING - Static variable in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
Name of the client interface bound to the Scheduler used by this factory.
search(Component, String) - Static method in class org.ow2.jasmine.jade.reflex.util.Util
utility method which search if a component has a direct subcomponent with a given name.
setAttribute(Object, String, String, String, Object) - Method in class org.ow2.jasmine.jade.reflex.adl.attributes.ReflexFractalAttributeBuilder
 
setAttribute(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
set the value of an attribute identified by its name and and then notifies the dual level of the attribute setting.
setAttribute(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
set the value of an attribute identified by its name and notify the update to the dual level.
setAttributeNotification(String, String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.GenericAttributeNotificationController
Set the value of an attribute identified by its name.
setAttributeNotification(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
Set the value of an attribute identified by its name.
setAttributeNotification(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
Set the value of an attribute identified by its name.
setCmpRef(Component) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
set the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level.
setCmpRef(Component) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
set the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level.
setFcName(String) - Method in class org.ow2.jasmine.jade.reflex.control.name.ReflexNameMixin
Calls the overriden setFcName method and then notifies the dual level of the operation.
setFcNameNotification(String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.NameNotificationController
Sets the name of the component to which this interface belongs.
setFcNameNotification(String) - Method in class org.ow2.jasmine.jade.reflex.control.name.ReflexNameMixin
Calls the overriden setFcName method
setIsNotifiable(boolean) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
 
setIsNotifiable(boolean) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
 
setMetaComponentContainer(Component) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
Each meta component created are added as sub component of the meta-component container
setMetaComponentContainer(Component) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
 
setReflexAttribute(String, String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.ReflexController
Set a predefined reflex attribute.
setReflexAttribute(String, String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.SpecificAttributeController
Set a predefined reflex attribute.
setReflexAttribute(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
Set a predefined reflex attribute .
SpecificAttributeController - Interface in org.ow2.jasmine.jade.reflex.api.control
This interface is used to manage reflex specific attribute (and vice versa).
start - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
startFc() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
Calls the overriden startFc method and then notifies the dual level of the lifecycle operation.
startFcNotification() - Method in interface org.ow2.jasmine.jade.reflex.api.control.LifeCycleNotificationController
Start the component to which this interface belongs.
startFcNotification() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
Calls the overriden startFc method.
stopFc() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
Calls the overriden stopFc method and then notifies the dual level of the lifecycle operation.
stopFcNotification() - Method in interface org.ow2.jasmine.jade.reflex.api.control.LifeCycleNotificationController
Stop the component to which this interface belongs.
stopFcNotification() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
Calls the overriden stopFc method.

U

unbindFc(String) - Method in class org.ow2.jasmine.jade.reflex.adl.ReflexBasicFactory
 
unbindFc(String) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
Calls the overriden method and then notifies the dual level of the unbinding.
unbindFcNotification(String) - Method in interface org.ow2.jasmine.jade.reflex.api.control.BindingNotificationController
Unbinds the given client interface.
unbindFcNotification(String) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
Calls the overriden unbindFc method.
undeployFcComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
undeployFcComponentNotification(Component) - Method in interface org.ow2.jasmine.jade.reflex.api.factory.GenericInstallingFactoryNotification
Undeploys a given Component
undeployFcComponentNotification(Component) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
UseReflexControllerMixin - Class in org.ow2.jasmine.jade.reflex.control
Provides a ReflexController field to a Controller.
Util - Class in org.ow2.jasmine.jade.reflex.util
Provides utility methods to deal with Fractal components.
Util() - Constructor for class org.ow2.jasmine.jade.reflex.util.Util
 

W

warning - Static variable in class org.ow2.jasmine.jade.reflex.util.DebugReflex
 
weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.UseReflexControllerMixin
The ReflexController interface of the component to which this controller object belongs.

_

_super_addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
The addFcSubComponent method overriden by this mixin.
_super_bindFc(String, Object) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
The bindFc method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
The initFcController method overriden by this mixin
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.control.UseReflexControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
 
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
_super_newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
The newFcInstance method overriden by this mixin.
_super_newFcInstance(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
 
_super_newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
The newFcInstance method overriden by this mixin.
_super_newFcInstance(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
_super_removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
The removeFcSubComponent method overriden by this mixin.
_super_setAttribute(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
The setAttribute method overriden by this mixin.
_super_setAttribute(String, String) - Method in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
The setAttribute method overriden by this mixin.
_super_setFcName(String) - Method in class org.ow2.jasmine.jade.reflex.control.name.ReflexNameMixin
The setFcName method overriden by this mixin.
_super_startFc() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
The startFc method overriden by this mixin.
_super_stopFc() - Method in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
The stopFc method overriden by this mixin.
_super_unbindFc(String) - Method in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
The unbindFc method overriden by this mixin.
_super_undeployFcComponent(Component) - Method in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
 
_this_weaveableBC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
The weaveableBC field required by this mixin.
_this_weaveableBC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
The weaveableBC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
The Component interface of the component to which this controller object belongs.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
The weaveableC field required by this mixin.
_this_weaveableCC - Variable in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
The weaveableCC field required by this mixin.
_this_weaveableGIFCC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
The weaveableGIFCC field required by this mixin.
_this_weaveableOptNC - Variable in class org.ow2.jasmine.jade.reflex.control.BasicReflexControllerMixin
The NameController interface of the component to which this controller object belongs.
_this_weaveableOptNC - Variable in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
The Component interface of the component to which this controller object belongs.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexCompositeGenericAttributeControllerMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.binding.ReflexBindingMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.content.ReflexContentMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.lifecycle.ReflexLifeCycleMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.control.name.ReflexNameMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericFactoryMixin
The weaveableOptRC field required by this mixin.
_this_weaveableOptRC - Variable in class org.ow2.jasmine.jade.reflex.factory.ReflexGenericInstallingFactoryMixin
The weaveableOptRC field required by this mixin.

A B C D E F G I L N O P R S U W _

Copyright © 2008 OW2 Consortium. All Rights Reserved.