|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component | |
|---|---|
| org.objectweb.jonathan.apis.kernel | |
| Uses of Component in org.objectweb.jonathan.apis.kernel |
|---|
| Subinterfaces of Component in org.objectweb.jonathan.apis.kernel | |
|---|---|
interface |
Context
A context represents a set of typed objects, each identified by a name. |
| Methods in org.objectweb.jonathan.apis.kernel that return Component | |
|---|---|
Component |
Component.fork()
"Forks" a copy of the target component. |
Component |
Element.getComponent()
Returns the component contained in the target element. |
Component |
Component.getComponent(Name name)
Returns the component contained in the element registered in the target component under the name name. |
Component |
Context.getComponent(java.lang.String name,
char separator)
Returns the component contained in the element registered in the target context under the name name. |
Component |
Element.getContainer()
Returns the context containing the target element, if any, null otherwise. |
| Methods in org.objectweb.jonathan.apis.kernel with parameters of type Component | |
|---|---|
Element |
Context.addElement(Name name,
Component component)
Adds an element in the target context. |
Element |
Context.addElement(java.lang.String name,
Component component,
char separator)
Adds an element to the target context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||