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

Back to the top