Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt28
1 files changed, 8 insertions, 20 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt
index 69d9093e1f3..d8c7c8f9277 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleChassis.xwt
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:j="clr-namespace:java.lang"
+<Composite
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"
- xmlns:x="http://www.eclipse.org/xwt">
+ 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>
@@ -10,12 +11,13 @@
<Composite.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
- <ppe:StringEditor input="{Binding}" property="RobotML:System:libraryPath"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}"
- property="RobotML:System:libraryComponentName"></ppe:StringEditor>
<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>
@@ -23,18 +25,4 @@
</Composite.layout>
<ppe:BooleanRadio input="{Binding}" property="RobotML:System:native"></ppe:BooleanRadio>
</Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:ReferenceDialog input="{Binding}"
- property="RobotML:PhysicalObject:hasSurface"></ppe:ReferenceDialog>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:MultiReference input="{Binding}"
- property="RobotML:PhysicalObject:evelovesIn"></ppe:MultiReference>
- </Composite>
</Composite> \ No newline at end of file

Back to the top