Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleMutualExclusionResource.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleMutualExclusionResource.xwt25
1 files changed, 25 insertions, 0 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleMutualExclusionResource.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleMutualExclusionResource.xwt
new file mode 100644
index 00000000000..e2c932dd171
--- /dev/null
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleMutualExclusionResource.xwt
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:j="clr-namespace:java.lang" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+ text="MutualExclusionResource">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanRadio input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:Resource:isProtected"></ppe:BooleanRadio>
+ <ppe:BooleanRadio input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:Resource:isActive"></ppe:BooleanRadio>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:EnumCombo input="{Binding}"
+ property="MARTE:MARTE_Foundations:GRM:MutualExclusionResource:protectKind"></ppe:EnumCombo>
+ </Composite>
+</Group> \ No newline at end of file

Back to the top