Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.xwt14
1 files changed, 8 insertions, 6 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.xwt
index 79a5c0531b4..7cd4adc9579 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.xwt
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleSensorSystem.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:System:libraryPath"></ppe:StringEditor>
- <ppe:StringEditor input="{Binding}"
- property="RobotML:System:libraryComponentName"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}"
property="RobotML:SensorSystem:frequency"></ppe:StringEditor>
<ppe:StringEditor input="{Binding}"
property="RobotML:SensorSystem:identifier"></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>

Back to the top