Skip to main content
summaryrefslogtreecommitdiffstats
blob: 49b58b8457db1efd2c15f75f111444ca555266a9 (plain) (blame)
1
2
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout" xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppec="clr-namespace:org.eclipse.papyrus.properties.creation"><Composite.layout><ppel:PropertiesLayout></ppel:PropertiesLayout></Composite.layout><Composite><Composite.layout><ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout></Composite.layout><ppe:StringEditor input="{Binding}" property="properties:contexts:Section:name"></ppe:StringEditor><ppe:StringEditor input="{Binding}" property="properties:contexts:Section:sectionFile"></ppe:StringEditor><ppe:ReferenceCombo input="{Binding}" property="properties:contexts:Section:tab"></ppe:ReferenceCombo><ppe:MultiReference input="{Binding}" property="properties:contexts:DisplayUnit:constraints"></ppe:MultiReference></Composite></Composite>

Back to the top