blob: 6a0e5f0101c5d9ee163828a2924fb3574f00c593 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns:j="clr-namespace:java.lang"
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation">
<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>