Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 30ba0f6af9a1802c99ca4f9bf07988eecf8cc779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
	xmlns:j="clr-namespace:java.lang">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:StringEditor input="{Binding}"
			property="extendedtypes:ElementTypeConfiguration:hint"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}"
			property="extendedtypes:ElementTypeConfiguration:kindName"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}"
			property="extendedtypes:ConfigurationElement:name"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}"
			property="extendedtypes:ConfigurationElement:description"></ppe:StringEditor>
		<ppe:StringEditor input="{Binding}"
			property="extendedtypes:ConfigurationElement:identifier"></ppe:StringEditor>
	</Composite>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:ReferenceDialog input="{Binding}"
			property="extendedtypes:ElementTypeConfiguration:matcherConfiguration"></ppe:ReferenceDialog>
		<ppe:ReferenceDialog input="{Binding}"
			property="invariantsemantictypeconfiguration:InvariantSemanticTypeConfiguration:invariantRuleConfiguration"></ppe:ReferenceDialog>
		<ppe:ReferenceDialog input="{Binding}"
			property="extendedtypes:ConfigurationElement:iconEntry"></ppe:ReferenceDialog>
	</Composite>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:MultiString input="{Binding}"
			property="extendedtypes:ElementTypeConfiguration:specializedTypesID"></ppe:MultiString>
	</Composite>
</Composite>

Back to the top