Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.eef.documentation/userstories/US-13.xmi')
-rw-r--r--doc/org.eclipse.eef.documentation/userstories/US-13.xmi31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/org.eclipse.eef.documentation/userstories/US-13.xmi b/doc/org.eclipse.eef.documentation/userstories/US-13.xmi
new file mode 100644
index 000000000..18ead82ab
--- /dev/null
+++ b/doc/org.eclipse.eef.documentation/userstories/US-13.xmi
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<eef:EEFViewDescription
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:eef="http://www.eclipse.org/eef"
+ xsi:schemaLocation="http://www.eclipse.org/eef ../../org.eclipse.eef/model/eef.ecore"
+ identifier="org.eclipse.eef.ecore"
+ labelExpression="aql:viewSemanticCandidate.name">
+ <ePackageNsUris>http://www.eclipse.org/emf/2002/Ecore</ePackageNsUris>
+ <groups identifier="org.eclipse.eef.ecore.eclass"
+ labelExpression="aql:'EClass'"
+ domainClass="ecore.EClass"
+ semanticCandidateExpression="">
+ <container
+ identifier="org.eclipse.eef.ecore.eclass.container">
+ <widgets
+ xsi:type="eef:EEFSelectDescription"
+ identifier="org.eclipse.eef.ecore.eclass.esupertypes"
+ labelExpression="aql:'ESuperTypes'"
+ valueExpression="aql:viewSemanticCandidate.eSuperTypes"
+ editExpression="aql:viewSemanticCandidate.updateSuperTypes(newSuperTypes)"
+ candidatesExpression="aql:viewSemanticCandidate.eResource().eAllContents(ecore::EClass)"
+ multiple="true"
+ candidateDisplayExpression="aql:candidate.name"/>
+ </container>
+ </groups>
+ <pages identifier="org.eclipse.eef.ecore.general"
+ labelExpression="aql:'General'"
+ domainClass="ecore.EClass"/>
+</eef:EEFViewDescription>

Back to the top