blob: 56f2feea8b4ddf7077b1aa2fd95f2369ce9256e3 [file] [log] [blame]
<?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>