Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-06-11 09:17:56 +0000
committerNicolas FAUVERGUE2019-06-17 11:24:21 +0000
commitb7f513de85288011267f83c88389254745f03ae0 (patch)
tree14ce83f98398c88f4c484f2e2591c4a4f1ae6575 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt
parentdb8a141122b91a248cebb7adc81af1d0fd644cc9 (diff)
downloadorg.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.tar.gz
org.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.tar.xz
org.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.zip
Bug 521678: [ActivityDiagram][ExecutableNode] Property "handlers" is not
accessible from the property view - Manage the 'handler' property in property view for all ExecutableNodes Change-Id: I9d3b770a031bf09ca7074ccf238288e97d906128 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt
index b77e0723a54..870d5dc83e3 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleExpansionRegion.xwt
@@ -34,10 +34,16 @@
<ppe:MultiReference input="{Binding}"
property="UML:ExpansionRegion:inputElement"></ppe:MultiReference>
<ppe:MultiReference input="{Binding}"
+ property="UML:ExpansionRegion:outputElement"></ppe:MultiReference>
+ <ppe:MultiReference input="{Binding}"
property="UML:Action:localPostcondition"></ppe:MultiReference>
<ppe:MultiReference input="{Binding}"
property="UML:Action:localPrecondition"></ppe:MultiReference>
- <ppe:MultiReference input="{Binding}"
- property="UML:ExpansionRegion:outputElement"></ppe:MultiReference>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:MultiReference input="{Binding}" property="UML:ExecutableNode:handler"></ppe:MultiReference>
</Composite>
</Composite> \ No newline at end of file

Back to the top