Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4d870c23eaa70c4b757a3cfc3d97690ba7e57084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<Composite
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<ppe:IntegerEditor input="{Binding}"
		property="Profile:SingleValue:Integer:value"></ppe:IntegerEditor>
</Composite>

Back to the top