Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b064583be45119cd769cd76672c96de23a63ef1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
	xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<ppe:StringEditor input="{Binding}" property="UML:NamedElement:name"></ppe:StringEditor>
	<ppe:ReferenceCombo input="{Binding}" property="UML:Message:messageSort"
		readOnly="true"></ppe:ReferenceCombo>
	<ppe:ReferenceDialog
		input="{Binding}" property="UML:Message:signature"></ppe:ReferenceDialog>
	<ppe:MultiReference input="{Binding}" property="UML:Message:argument"></ppe:MultiReference>
</Composite>

Back to the top