blob: c372ba792a5d100b8024672f245af835ed314d65 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
xmlns:j="clr-namespace:java.lang">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:StringEditor input="{Binding}"
property="ESFCore:AbstractSElement:UUID" readOnly="true" customLabel="UUID"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}"
property="ESFCore:AbstractSElement:name" readOnly="true" customLabel="Name"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}"
property="ESFCore:AbstractSElement:description" customLabel="Description"></ppe:StringEditor>
</Composite>