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

Back to the top