Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore/model/acore.gmftool')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore/model/acore.gmftool120
1 files changed, 120 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/model/acore.gmftool b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/model/acore.gmftool
new file mode 100644
index 0000000000..56f2feea8b
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/model/acore.gmftool
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gmftool:ToolRegistry xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:gmftool="http://www.eclipse.org/gmf/2005/ToolDefinition">
+ <palette
+ title="classdiagramPalette">
+ <tools
+ xsi:type="gmftool:ToolGroup"
+ title="Node"
+ collapsible="true">
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="AClass"
+ description="Create new AClass">
+ <smallIcon
+ xsi:type="gmftool:DefaultImage"/>
+ <largeIcon
+ xsi:type="gmftool:DefaultImage"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="AInterface"
+ description="Create new AInterface">
+ <smallIcon
+ xsi:type="gmftool:DefaultImage"/>
+ <largeIcon
+ xsi:type="gmftool:DefaultImage"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="AAttribute"
+ description="Create an Attribute">
+ <smallIcon
+ xsi:type="gmftool:DefaultImage"/>
+ <largeIcon
+ xsi:type="gmftool:DefaultImage"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="AOperation"
+ description="Create an Operation">
+ <smallIcon
+ xsi:type="gmftool:DefaultImage"/>
+ <largeIcon
+ xsi:type="gmftool:DefaultImage"/>
+ </tools>
+ </tools>
+ <tools
+ xsi:type="gmftool:ToolGroup"
+ title="Connections"
+ collapsible="true">
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="inherits"
+ description="Create new AClassSubClasses">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/inherits.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/inherits.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="implements"
+ description="Create new AClassImplementedInterfaces">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/implements.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="icons/full/obj16/implements.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="association"
+ description="Create new AClassSubClasses">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/association.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/association.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="aggregation"
+ description="Create new AClassSubClasses">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/aggregation.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/aggregation.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ </tools>
+ <tools
+ xsi:type="gmftool:CreationTool"
+ title="composition"
+ description="Create new AClassSubClasses">
+ <smallIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/composition.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ <largeIcon
+ xsi:type="gmftool:BundleImage"
+ path="/icons/full/obj16/composition.png"
+ bundle="org.eclipse.emf.cdo.dawn.examples.acore.edit"/>
+ </tools>
+ </tools>
+ </palette>
+</gmftool:ToolRegistry>

Back to the top