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