Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d134410a51231d32c46270df0224ef72f36394ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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:x="http://www.eclipse.org/xwt"
	xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<ppe:StringEditor input="{Binding}" property="CustomImage:Image:name"></ppe:StringEditor>
	<ppe:EnumCombo input="{Binding}" property="CustomImage:Image:kind"></ppe:EnumCombo>
	<ppe:StringMultiline input="{Binding}"
		property="CustomImage:Image:expression"></ppe:StringMultiline>
	<ppe:StringEditor property="UML:Image:location" input="{Binding}"></ppe:StringEditor>
	<ppe:StringEditor property="UML:Image:format" input="{Binding}"></ppe:StringEditor>
	<uml:StereotypeImageEditor input="{Binding}"
		property="UML:Image:content"></uml:StereotypeImageEditor>
</Composite>

Back to the top