Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.xwt29
1 files changed, 8 insertions, 21 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.xwt
index 08c9040d791..9b4f5fe1106 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.xwt
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleMobileRobot.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,13 +11,14 @@
<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>
<ppe:StringEditor input="{Binding}" property="RobotML:Robot:width"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}"
- property="RobotML:PhysicalObject:height"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}" property="RobotML:PhysicalObject:mass"></ppe:StringEditor>
</Composite>
<Composite>
<Composite.layout>
@@ -30,19 +32,4 @@
</Composite.layout>
<ppe:EnumCombo input="{Binding}" property="RobotML:MobileRobot:kind"></ppe:EnumCombo>
</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:Agent:movesOver"></ppe:MultiReference>
- <ppe:MultiReference input="{Binding}"
- property="RobotML:PhysicalObject:evelovesIn"></ppe:MultiReference>
- </Composite>
</Composite> \ No newline at end of file

Back to the top