Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-05 07:58:47 +0000
committerCamille Letavernier2015-06-05 07:58:47 +0000
commitd5706b93beee4419dc3634b24b6e6300441c9659 (patch)
tree1560b28042d25bb5bf240b160ae7f1cda24cfa51 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model
parentfb8159cd6436ae5bdacf63701d6f2447d275e761 (diff)
downloadorg.eclipse.papyrus-d5706b93beee4419dc3634b24b6e6300441c9659.tar.gz
org.eclipse.papyrus-d5706b93beee4419dc3634b24b6e6300441c9659.tar.xz
org.eclipse.papyrus-d5706b93beee4419dc3634b24b6e6300441c9659.zip
469445: [Properties View - UML] Display EnumerationLiteral#specification
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469445 - Add EnumLiteral#specification - Remove EnumLiteral#classifier Change-Id: I9dad78b9fbc669e67ad835bdb3384a76d4fff078 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleEnumerationLiteral.xwt13
1 files changed, 4 insertions, 9 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleEnumerationLiteral.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleEnumerationLiteral.xwt
index 8c41fbe07de..f97c7ad1b87 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleEnumerationLiteral.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleEnumerationLiteral.xwt
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:j="clr-namespace:java.lang" xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
@@ -17,12 +17,7 @@
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:EnumCombo input="{Binding}" property="UML:NamedElement:visibility"></ppe:EnumCombo>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:MultiReference input="{Binding}"
- property="UML:InstanceSpecification:classifier"></ppe:MultiReference>
+ <ppe:ReferenceDialog property="UML:InstanceSpecification:specification"
+ input="{Binding}"></ppe:ReferenceDialog>
</Composite>
</Composite> \ No newline at end of file

Back to the top