Package | Description |
---|---|
org.eclipse.emf.facet.custom.core | |
org.eclipse.emf.facet.custom.ui | |
org.eclipse.emf.facet.efacet.core | |
org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet |
Modifier and Type | Method and Description |
---|---|
java.util.List<FacetOperation> |
ICustomizationPropertiesCatalogManager.getCustomizationPropertiesByName(java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ICustomizationManager.getCustomValueOf(EObject eObject,
ETypedElement structuralFeature,
FacetOperation customProperty,
java.lang.Class<T> classs)
This method is used to get the value of a customization property for a
chosen eObject and a chosen eStructuralFeature.
|
<T> T |
ICustomizationManager.getCustomValueOf(EObject eObject,
FacetOperation customProperty,
java.lang.Class<T> classs)
This method is used to get the value of a customization property for a
chosen eObject.
|
Modifier and Type | Method and Description |
---|---|
FacetOperation |
IFontPropertiesHandler.getBackgroundProperty() |
FacetOperation |
IContentPropertiesHandler.getChildren() |
FacetOperation |
IFontPropertiesHandler.getFontNameProperty() |
FacetOperation |
IFontPropertiesHandler.getFontSizeProperty() |
FacetOperation |
IFontPropertiesHandler.getForegroundProperty() |
FacetOperation |
IFontPropertiesHandler.getIsBoldProperty() |
FacetOperation |
IFontPropertiesHandler.getIsItalicProperty() |
FacetOperation |
IFontPropertiesHandler.getIsStruckthroughProperty() |
FacetOperation |
IFontPropertiesHandler.getIsUnderlinedProperty() |
FacetOperation |
IContentPropertiesHandler.getIsVisible() |
FacetOperation |
IFontPropertiesHandler.getIsVisible() |
FacetOperation |
ISelectionPropertiesHandler.getSelectionProperty()
This customization property returns the selection for a given source EObject and a given ETypedElement parameter
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,FacetOperation> |
FacetUtils.getAllOperationsByName(FacetSet parent)
Return all the operations of the model.
|
Modifier and Type | Method and Description |
---|---|
Command |
IFacetCommandFactory.createAddOperationInFacetCommand(Facet parent,
FacetOperation facetOperation)
Create the command to add an Operation (FacetOperation) to an existing
Facet (parent).
|
Command |
IFacetCommandFactory.createAddParameterInOperationCommand(FacetOperation parent,
EParameter opeParameter)
Create the command to add a Parameter (operationParameter) to an existing
Operation (parent).
|
Command |
IFacetCommandFactory.createEditOperationParameterCommand(EParameter parameter,
FacetOperation container,
java.lang.String name,
int lowerBound,
int upperBound,
EClassifier type,
boolean ordered,
boolean unique)
Create the command to change the attributes of a FacetAttribute.
|
static DerivedTypedElement |
FacetUtils.getSignature(FacetOperation facetOperation) |
Modifier and Type | Method and Description |
---|---|
FacetOperation |
EFacetFactory.createFacetOperation()
Returns a new object of class 'Facet Operation'.
|