Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b00b22099f491ef37373ca098f5dfc1dcc2dcaf9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                      




                                                                                                                   




                                                               
                                                                                      
                                   










                                                                                                                        




                                                                       
                                                      
                                                                                        


                                                                                      
           
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
	xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
	xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
	xmlns:x="http://www.eclipse.org/xwt">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
		</Composite.layout>
		<Composite>
			<Composite.layout>
				<ppel:PropertiesLayout></ppel:PropertiesLayout>
			</Composite.layout>
			<ppe:StringEditor input="{Binding}" property="UML:NamedElement:name"></ppe:StringEditor>
			<ppe:StringEditor input="{Binding}" property="UML:NamedElement:label"></ppe:StringEditor>
			<ppe:BooleanRadio input="{Binding}" property="UML:TimeConstraint:firstEvent"></ppe:BooleanRadio>
			<ppe:EnumCombo input="{Binding}" property="UML:NamedElement:visibility"></ppe:EnumCombo>
		</Composite>
		<ppe:MultiReference input="{Binding}"
			property="UML:Constraint:constrainedElement"></ppe:MultiReference>
	</Composite>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:ReferenceDialog input="{Binding}"
				property="UML:Constraint:context"></ppe:ReferenceDialog>
		<ppe:ReferenceDialog input="{Binding}"
			property="UML:Constraint:specification"></ppe:ReferenceDialog>
	</Composite>
</Composite>

Back to the top