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








                                                                                                                                 
                                                                                                 


                                                                   
<?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 input="{Binding}" property="UML:NamedElement:label"></ppe:StringEditor>
	<ppe:StringEditor property="UML:NamedElement:qualifiedName"
		input="{Binding}"></ppe:StringEditor>
</Composite>

Back to the top