Alphabetical Index

F G O

F

Fractal - class org.objectweb.fractal.util.Fractal
Provides static methods to access standard interfaces of Fractal components.

G

getAttributeController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the AttributeController interface of the given component.
getBindingController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the BindingController interface of the given component.
getBootstrapComponent() - static method in class org.objectweb.fractal.util.Fractal
Returns a bootstrap component to create other components.
getContentController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the ContentController interface of the given component.
getFactory(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the Factory interface of the given component.
getGenericFactory(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the GenericFactory interface of the given component.
getLifeCycleController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the LifeCycleController interface of the given component.
getNameController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the NameController interface of the given component.
getSuperController(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the SuperController interface of the given component.
getTypeFactory(org.objectweb.fractal.api.Component) - static method in class org.objectweb.fractal.util.Fractal
Returns the TypeFactory interface of the given component.

O

Provides utilities to facilitate Fractal API's use.