Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt25
1 files changed, 25 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt
new file mode 100644
index 00000000000..1c31fdef0d1
--- /dev/null
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite 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:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns:j="clr-namespace:java.lang">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanRadio input="{Binding}"
+ property="BPMNProfile:BPMNActivity:isForCompensation"></ppe:BooleanRadio>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:IntegerEditor input="{Binding}"
+ property="BPMNProfile:BPMNActivity:startQuantity"></ppe:IntegerEditor>
+ <ppe:IntegerEditor input="{Binding}"
+ property="BPMNProfile:BPMNActivity:completionQuantity"></ppe:IntegerEditor>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top