Skip to main content
summaryrefslogtreecommitdiffstats
blob: a12ab7410031a696471355a11169ec2f5f6a7f06 (plain) (blame)
1
2
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation" xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout" 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="notation:Diagram:name"></ppe:StringEditor><ppe:StringLabel input="{Binding}" property="notation:View:type"></ppe:StringLabel></Composite></Composite>

Back to the top