|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICatalogManager
| 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 -
void manage(EObject root)
CatalogSetManager when a model registration that can be
managed according to canBeManaged, is detected
while loading.
root - a model (actually, root element of the model) that should be added to the catalogvoid setCatalogSet(CatalogSet catalogSet)
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 | |||||||||