blob: fe57ca773c50a4a8fb87153f5fa6294703df1471 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Composite
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
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="RobotML:PhysicalObject:height"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}" property="RobotML:PhysicalObject:mass"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}" property="RobotML:System:alias"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}" property="RobotML:System:libraryPath"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}"
property="RobotML:System:libraryComponentName"></ppe:StringEditor>
</Composite>
<Composite>
<Composite.layout>
<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:BooleanRadio input="{Binding}" property="RobotML:System:native"></ppe:BooleanRadio>
</Composite>
</Composite>