Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleObjectDetectionSensorSystem.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleObjectDetectionSensorSystem.xwt36
1 files changed, 36 insertions, 0 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleObjectDetectionSensorSystem.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleObjectDetectionSensorSystem.xwt
new file mode 100644
index 00000000000..79a5c0531b4
--- /dev/null
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/SingleObjectDetectionSensorSystem.xwt
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:j="clr-namespace:java.lang"
+ 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">
+ <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: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>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </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:RoboticSystem:localPosition"></ppe:ReferenceDialog>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="RobotML:RoboticSystem:localOrientation"></ppe:ReferenceDialog>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top