Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c9e99aefa1401a0d445677b15c086e8aad9728d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<paletteDefinition>
	<content>
		<drawer
			iconpath="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif"
			id="org.eclipse.papyrus.sysml.diagram.blockdefinition.SYSML_BlockDefinition__Associations" name="Associations">
			
			<aspectTool description="Create a new Association" id="blockdefinition_associations.tool.association_none"
				name="Association" refToolId="blockdefinition.tool.association_none">
			</aspectTool>
			
			<aspectTool description="Create a new DirectedAssociation" id="blockdefinition_associations.tool.association_none_directed"
				name="DirectedAssociation" refToolId="blockdefinition.tool.association_none_directed">
			</aspectTool>
			
			<aspectTool description="Create a new Composition" id="blockdefinition_associations.tool.association_composite"
				name="Composition" refToolId="blockdefinition.tool.association_composite">
			</aspectTool>

			<aspectTool description="Create a new DirectedComposition" id="blockdefinition_associations.tool.association_composite_directed"
				name="DirectedComposition" refToolId="blockdefinition.tool.association_composite_directed">
			</aspectTool>
	
			<aspectTool description="Create a new Aggregation" id="blockdefinition_associations.tool.association_shared"
				name="Aggregation" refToolId="blockdefinition.tool.association_shared">
			</aspectTool>

			<aspectTool description="Create a new DirectedAggregation" id="blockdefinition_associations.tool.association_shared_directed"
				name="DirectedAggregation" refToolId="blockdefinition.tool.association_shared_directed">
			</aspectTool>
											
		</drawer>
	</content>
</paletteDefinition>

Back to the top