Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3d9611a3ba9a7f293fbffa75eb97892485e74235 (plain) (blame)
1
2
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns:j="clr-namespace:java.lang" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout" xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"><Composite.layout><ppel:PropertiesLayout></ppel:PropertiesLayout></Composite.layout><Composite><Composite.layout><ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout></Composite.layout><ppe:StringEditor input="{Binding}" property="constraints:ConfigProperty:name"></ppe:StringEditor><ppe:StringEditor input="{Binding}" property="constraints:ValueProperty:value"></ppe:StringEditor></Composite></Composite>

Back to the top