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

Back to the top