|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Composite.Interface
The interface which takes care of calling the hooks in the template.
| Method Summary | |
|---|---|
void |
attach(Object key,
Component comp)
Attaches a component as a child of this component. |
Component |
detach(Object key)
Detaches a child component with the specified key from this component. |
Map |
getChildren()
Returns an unmodifiable map of all the child components. |
| Method Detail |
|---|
Map getChildren()
void attach(Object key,
Component comp)
key - of the added componentcomp - the component being attachedComponent detach(Object key)
key - of the child getting detached
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||