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

Back to the top