|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICustomizationCatalogManager
This interface allows to access the customization catalog.
| Method Summary | |
|---|---|
java.util.List<Customization> |
getCustomizationsApplicableOn(java.util.Collection<EObject> eObjects)
This method is used to get all the customization which can be applied on a list of eObjects and on the sub elements of those eObjects. |
java.util.List<Customization> |
getRegisteredCustomizations()
This method is used to get all the registered customizations. |
void |
registerCustomization(Customization customization)
This method is used to register a customization which has not been declared through the regular way (extension point). |
| Method Detail |
|---|
java.util.List<Customization> getRegisteredCustomizations()
java.util.List<Customization> getCustomizationsApplicableOn(java.util.Collection<EObject> eObjects)
eObjects - the EObjects for which to get the applicable customizations
void registerCustomization(Customization customization)
customization - the customization to register
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||