Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-01-26 12:45:21 +0000
committercletavernie2012-01-26 12:45:21 +0000
commitabea65d617989ca9829e9f5254d668766494edaa (patch)
tree03f20708313353084a44d1268815bd9e2d5460c7 /extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt
parent58cd87db7b6bb7514e29740078fc7bad27ac5cba (diff)
downloadorg.eclipse.papyrus-abea65d617989ca9829e9f5254d668766494edaa.tar.gz
org.eclipse.papyrus-abea65d617989ca9829e9f5254d668766494edaa.tar.xz
org.eclipse.papyrus-abea65d617989ca9829e9f5254d668766494edaa.zip
353798: [Property View] - Conflict when loading MARTE profile - Properties view displays only the advanced tab
https://bugs.eclipse.org/bugs/show_bug.cgi?id=353798
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt25
1 files changed, 25 insertions, 0 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt
new file mode 100644
index 00000000000..23de964fb50
--- /dev/null
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/SingleClock.xwt
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+ xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns="http://www.eclipse.org/xwt/presentation"
+ text="Clock">
+ <Group.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Group.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:EnumCombo input="{Binding}"
+ property="MARTE:MARTE_Foundations:Time:Clock:standard"></ppe:EnumCombo>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="MARTE:MARTE_Foundations:Time:Clock:unit"></ppe:ReferenceDialog>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="MARTE:MARTE_Foundations:Time:Clock:type"></ppe:ReferenceDialog>
+ </Composite>
+</Group> \ No newline at end of file

Back to the top