blob: 1cbf558063971c0c7a159a6edf2e4bfe657ec469 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<Composite>
<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>
<Composite>
<Composite.layout>
<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:BooleanRadio input="{Binding}"
property="ESFArchitectureConcepts:SBlock:topBlock" customLabel="Top Block"></ppe:BooleanRadio>
</Composite>
</Composite>