|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A repository of component configuration definitions.
| Method Summary | |
|---|---|
Component |
loadComponent(java.lang.String name,
GraphModel graph)
Loads a component (and all its sub components) from this repository. |
java.lang.String |
storeComponent(Component component,
GraphModel graph,
java.lang.Object hints)
Stores a component (and all its sub components) into this repository. |
| Method Detail |
public Component loadComponent(java.lang.String name,
GraphModel graph)
throws java.lang.Exception
name - the name of the component to be loaded.graph - an optional graph model.
java.lang.Exception - if the component cannot loaded.
public java.lang.String storeComponent(Component component,
GraphModel graph,
java.lang.Object hints)
throws java.lang.Exception
component - the component to be stored.graph - an optional graph model.hints - options.
java.lang.Exception - if the component cannot be stored.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||