Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2014-03-24 16:13:55 +0000
committerrschnekenbu2014-03-24 16:13:55 +0000
commitb15d1df89b33b39c6461c7e0ed24b07038539e20 (patch)
tree9a1464486de8468f04400bdca324c9149943658d /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model
parent6f66266cd732b991ab771fca3e35559f6e5df3ad (diff)
downloadorg.eclipse.papyrus-b15d1df89b33b39c6461c7e0ed24b07038539e20.tar.gz
org.eclipse.papyrus-b15d1df89b33b39c6461c7e0ed24b07038539e20.tar.xz
org.eclipse.papyrus-b15d1df89b33b39c6461c7e0ed24b07038539e20.zip
Fix Bug 421412.
Replace EnumRadio with EnumCombo to avoid the no more handles (seems to be present for enumradio in groups)
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/MultipleRoutingStyle.xwt16
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleGradientData.xwt4
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleRoutingStyle.xwt16
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleTextStyle.xwt2
4 files changed, 19 insertions, 19 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/MultipleRoutingStyle.xwt b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/MultipleRoutingStyle.xwt
index 4e3300b33d8..21fb282c922 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/MultipleRoutingStyle.xwt
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/MultipleRoutingStyle.xwt
@@ -15,8 +15,8 @@
<Group.layout>
<FillLayout></FillLayout>
</Group.layout>
- <ppe:EnumRadio input="{Binding}" numColumns="2"
- property="notation:RoutingStyle:routing" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}" numColumns="2"
+ property="notation:RoutingStyle:routing" showLabel="false"></ppe:EnumCombo>
</Group>
<Composite>
<Composite.layout>
@@ -37,15 +37,15 @@
<Group.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio numColumns="2" input="{Binding}"
- property="notation:RoutingStyle:jumpLinkStatus" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo numColumns="2" input="{Binding}"
+ property="notation:RoutingStyle:jumpLinkStatus" showLabel="false"></ppe:EnumCombo>
</Group>
<Group text="Type">
<Group.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio numColumns="2" input="{Binding}"
- property="notation:RoutingStyle:jumpLinkType" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo numColumns="2" input="{Binding}"
+ property="notation:RoutingStyle:jumpLinkType" showLabel="false"></ppe:EnumCombo>
</Group>
<ppe:BooleanCheckbox input="{Binding}"
property="notation:RoutingStyle:jumpLinksReverse"></ppe:BooleanCheckbox>
@@ -54,7 +54,7 @@
<Group.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio numColumns="2" input="{Binding}"
- property="notation:RoutingStyle:smoothness" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo numColumns="2" input="{Binding}"
+ property="notation:RoutingStyle:smoothness" showLabel="false"></ppe:EnumCombo>
</Group>
</Composite> \ No newline at end of file
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleGradientData.xwt b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleGradientData.xwt
index 5bc1500a61b..968d85ef708 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleGradientData.xwt
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleGradientData.xwt
@@ -12,6 +12,6 @@
property="notation:GradientData:activate"></ppe:BooleanCheckbox>
<gmf:XWTAwareColorPicker input="{Binding}"
property="notation:GradientData:gradientColor1"></gmf:XWTAwareColorPicker>
- <ppe:EnumRadio input="{Binding}"
- property="notation:GradientData:gradientStyle"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}"
+ property="notation:GradientData:gradientStyle"></ppe:EnumCombo>
</Composite> \ No newline at end of file
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleRoutingStyle.xwt b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleRoutingStyle.xwt
index 35750fb13cd..1e21f5b8fe7 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleRoutingStyle.xwt
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleRoutingStyle.xwt
@@ -14,8 +14,8 @@
<Group.layout>
<FillLayout></FillLayout>
</Group.layout>
- <ppe:EnumRadio input="{Binding}" numColumns="2"
- property="notation:RoutingStyle:routing" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}" numColumns="2"
+ property="notation:RoutingStyle:routing" showLabel="false"></ppe:EnumCombo>
</Group>
<Composite>
<Composite.layout>
@@ -38,15 +38,15 @@
<Group.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio numColumns="2" input="{Binding}"
- property="notation:RoutingStyle:jumpLinkStatus" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo numColumns="2" input="{Binding}"
+ property="notation:RoutingStyle:jumpLinkStatus" showLabel="false"></ppe:EnumCombo>
</Group>
<Group text="Type">
<Group.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio input="{Binding}" numColumns="2"
- property="notation:RoutingStyle:jumpLinkType" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}" numColumns="2"
+ property="notation:RoutingStyle:jumpLinkType" showLabel="false"></ppe:EnumCombo>
</Group>
<ppe:BooleanCheckbox input="{Binding}"
property="notation:RoutingStyle:jumpLinksReverse"></ppe:BooleanCheckbox>
@@ -55,7 +55,7 @@
<Group.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Group.layout>
- <ppe:EnumRadio input="{Binding}" numColumns="2"
- property="notation:RoutingStyle:smoothness" showLabel="false"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}" numColumns="2"
+ property="notation:RoutingStyle:smoothness" showLabel="false"></ppe:EnumCombo>
</Group>
</Composite> \ No newline at end of file
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleTextStyle.xwt b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleTextStyle.xwt
index e3cef434528..c88cf3710bb 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleTextStyle.xwt
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/style/ui/SingleTextStyle.xwt
@@ -10,6 +10,6 @@
<Composite.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
- <ppe:EnumRadio input="{Binding}" property="notation:TextStyle:textAlignment"></ppe:EnumRadio>
+ <ppe:EnumCombo input="{Binding}" property="notation:TextStyle:textAlignment"></ppe:EnumCombo>
</Composite>
</Composite> \ No newline at end of file

Back to the top