|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Composite is a component with a set of child components. In a Composite
children can form a hierarchially having composites as children and so on.
This class should not be directly implemented, but Composite.CompositeComponent,
Composite.CompositeService or Composite.CompositeWidget instead.
The Component follows the template pattern by defining _getComposite which returns the
implementation.
| Nested Class Summary | |
static interface |
Composite.CompositeComponent
A composite component. |
static interface |
Composite.CompositeService
A composite service. |
static interface |
Composite.CompositeWidget
A composite widget. |
static interface |
Composite.Interface
The interface which takes care of calling the hooks in the template. |
| Method Summary | |
Composite.Interface |
_getComposite()
The factory method returning the implementation of the Composite. |
| Method Detail |
public Composite.Interface _getComposite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||