Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1ea107ce9ec2ef78f54c16156a43caeb8cae5299 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
	xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<uml:CommentBodyEditor input="{Binding}"
		property="UML:Comment:body"></uml:CommentBodyEditor>
	<ppe:MultiReference input="{Binding}"
		property="UML:Comment:annotatedElement"></ppe:MultiReference>
</Composite>

Back to the top