|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICatalogManager
Manager for catalogs containing registered elements defined in models.
| Method Summary | |
|---|---|
boolean |
canBeManaged(EObject root)
Return true if the eObject can be managed as a catalog entry. |
void |
manage(EObject root)
This method is called by CatalogSetManager when a model registration that can be
managed (according to canBeManaged) is detected
while loading. |
void |
setCatalogSet(CatalogSet catalogSet)
This method is called by the CatalogSetManager after the instantiation of this
ICatalogManager. |
| Method Detail |
|---|
boolean canBeManaged(EObject root)
true if the eObject can be managed as a catalog entry.
root - the root element of a catalog
void manage(EObject root)
CatalogSetManager when a model registration that can be
managed (according to canBeManaged) is detected
while loading. This method adds the given root model element to the catalog.
root - a root element of a model that should be added to the catalogvoid setCatalogSet(CatalogSet catalogSet)
CatalogSetManager after the instantiation of this
ICatalogManager. This method must attach the catalog(s) managed by this
ICatalogManager to the given catalogSet.
catalogSet - the CatalogSet to which the catalog managed by this
ICatalogManager should be attached
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||