Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt')
-rw-r--r--plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt21
1 files changed, 7 insertions, 14 deletions
diff --git a/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt b/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt
index 7752625a4af..24c39397127 100644
--- a/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt
+++ b/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/properties/ui/SingleIsKindOfStereotypeExpression.xwt
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns:j="clr-namespace:java.lang"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
@@ -10,19 +12,10 @@
<Composite.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
+ <uml:StereotypeQualifyNamePropertyEditor
+ input="{Binding}"
+ property="umlexpressions:AbstractStereotypeExpression:stereotypeQualifiedName"></uml:StereotypeQualifyNamePropertyEditor>
<ppe:StringEditor input="{Binding}"
- property="umlexpressions:IsKindOfStereotypeExpression:name"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}"
- property="umlexpressions:IsKindOfStereotypeExpression:description"></ppe:StringEditor>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:StringEditor input="{Binding}"
- property="umlexpressions:IsKindOfStereotypeExpression:stereotypeQualifiedName"
- customLabel="Stereotype Identifier"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}"
- property="umlexpressions:IsKindOfStereotypeExpression:profileURI"></ppe:StringEditor>
+ property="umlexpressions:AbstractStereotypeExpression:profileURI"></ppe:StringEditor>
</Composite>
</Composite> \ No newline at end of file

Back to the top