Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-08-09 12:37:40 +0000
committerPatrick Tessier2019-08-20 08:55:25 +0000
commit21c7302ab78a48c6cb348c426e70db073ef10240 (patch)
treeb80999900a94d81ca82c83f64fb021a72b39563d
parent9823a37a2a5291976feb7a577cd3c0d774d5d72d (diff)
downloadorg.eclipse.papyrus-21c7302ab78a48c6cb348c426e70db073ef10240.tar.gz
org.eclipse.papyrus-21c7302ab78a48c6cb348c426e70db073ef10240.tar.xz
org.eclipse.papyrus-21c7302ab78a48c6cb348c426e70db073ef10240.zip
Bug 429758: [Properties View] Property view for ClassAssociation
Add association ends edition in the AssociationClass property view. Change-Id: I24afd22103bfc982c74fade61a701d1290e9d58e Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleAssociationClass.xwt7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleAssociationClass.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleAssociationClass.xwt
index f60bdb6b930..76e532398af 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleAssociationClass.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleAssociationClass.xwt
@@ -34,4 +34,11 @@
<ppe:MultiReference input="{Binding}"
property="UML:StructuredClassifier:ownedAttribute"></ppe:MultiReference>
</Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ViewEditor numColumns="2" input="{Binding}" view="UML:MemberEnd"
+ property="UML:Association:memberEnd"></ppe:ViewEditor>
+ </Composite>
</Composite> \ No newline at end of file

Back to the top