Modifier and Type | Method and Description |
---|---|
java.util.List<Customization> |
ICustomizationCatalogManager.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> |
ICustomizationManager.getManagedCustomizations()
This method is used to get the customization stack.
|
java.util.List<Customization> |
ICustomizationCatalogManager.getRegisteredCustomizations()
This method is used to get all the registered customizations.
|
Modifier and Type | Method and Description |
---|---|
void |
ICustomizationCatalogManager.registerCustomization(Customization customization)
This method is used to register a customization which has not been declared through the
regular way (extension point).
|
Modifier and Type | Method and Description |
---|---|
Customization |
CustomFactory.createCustomization()
Returns a new object of class 'Customization'.
|
Modifier and Type | Method and Description |
---|---|
Command |
ICustomizationCommandFactory.createEClassCustomization(Customization parent,
EClassCustomization eClassCustom)
Create the command to add a eClassCustomization to an existing
customization (parent).
|
Command |
ICustomizationCommandFactory.createFacetCustomization(Customization parent,
FacetCustomization facetCustom)
Create the command to add a facetCustomization to an existing
customization (parent).
|
void |
ICustomizationActions.saveCustomization(Customization customization,
IFile file)
Add the given customization to the given customization model file, which
will be created.
|
Modifier and Type | Method and Description |
---|---|
Customization |
ICustomizationManagerProvider2.ICustomShortcut.getCustom() |
Modifier and Type | Method and Description |
---|---|
Customization |
TableInstance.getLocalCustomization()
Returns the value of the 'Local Customization' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
TableInstance.setLocalCustomization(Customization value)
Sets the value of the '
Local Customization ' containment reference. |