Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 74ef1a70cc853b00dcf8c9a20c49882445cbadfc (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                                                             

                                                                           


                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<Composite 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" xmlns="http://www.eclipse.org/xwt/presentation">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<uml:CommentBodyWrapperEditor input="{Binding}"
		property="UML:Comment:body"></uml:CommentBodyWrapperEditor>
	<ppe:MultiReference input="{Binding}"
		property="UML:Comment:annotatedElement"></ppe:MultiReference>
</Composite>

Back to the top