Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.newchild.customization/custom/newchild.uiCustom')
-rw-r--r--sandbox/org.eclipse.papyrus.newchild.customization/custom/newchild.uiCustom36
1 files changed, 36 insertions, 0 deletions
diff --git a/sandbox/org.eclipse.papyrus.newchild.customization/custom/newchild.uiCustom b/sandbox/org.eclipse.papyrus.newchild.customization/custom/newchild.uiCustom
new file mode 100644
index 00000000000..e112902e7b2
--- /dev/null
+++ b/sandbox/org.eclipse.papyrus.newchild.customization/custom/newchild.uiCustom
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ASCII"?>
+<uicustom:MetamodelView xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uicustom="http://www.eclipse.org/EmfFacet/infra/browser/custom/0.8" metamodelURI="http://www.eclipse.org/papyrus/newchild">
+ <types metaclassName="newchild.NewchildConfiguration">
+ <references referenceName="roots">
+ <customizedFeatures customizedFeature="collapseLink">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ </references>
+ </types>
+ <types metaclassName="newchild.MenuAction">
+ <references referenceName="elementType">
+ <customizedFeatures>
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="false"/>
+ </customizedFeatures>
+ </references>
+ </types>
+ <types metaclassName="newchild.MenuContainer">
+ <references referenceName="submenus">
+ <customizedFeatures customizedFeature="collapseLink">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ </references>
+ </types>
+ <types metaclassName="newchild.MenuRoot">
+ <references referenceName="groups">
+ <customizedFeatures customizedFeature="collapseLink">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ </references>
+ <references referenceName="constraints">
+ <customizedFeatures customizedFeature="collapseLink">
+ <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
+ </customizedFeatures>
+ </references>
+ </types>
+</uicustom:MetamodelView>

Back to the top