Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-11-05 14:40:15 +0000
committerCamille Letavernier2014-11-05 15:41:57 +0000
commit23362677049b2805d727fddfe0796aecaeae71fb (patch)
tree9164781d3dd1c81739ea9bdb396b321d3db67b92 /plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt
parent5cf8272111db4fffc3be4a5668703ddc0527b3a2 (diff)
downloadorg.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.tar.gz
org.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.tar.xz
org.eclipse.papyrus-23362677049b2805d727fddfe0796aecaeae71fb.zip
450153: [Properties view] Provide custom properties view for the various
customization models https://bugs.eclipse.org/bugs/show_bug.cgi?id=450153 Initial properties view generation for the UML ExtendedTypes model
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt
new file mode 100644
index 00000000000..d697123be2d
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.customization.extendedtypes.uml/propertyView/UMLExtendedTypes/ui/SingleFeatureToSet.xwt
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+ xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:StringEditor input="{Binding}"
+ property="applystereotypeactionconfiguration:FeatureToSet:featureName"></ppe:StringEditor>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top