Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f385c0ec60791cd27f9cdecc5ae24294a5129ed8 (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
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<paletteDefinition>
	<content>
		<drawer id="parametric.drawer.nodes" name="Nodes" iconpath="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif">
			<aspectTool description="Create a new ConstraintProperty" id="parametric.tool.constraintblockpropertycomposite"
				name="ConstraintProperty" refToolId="parametric.tool.constraintblockpropertycomposite">
			</aspectTool>
			<aspectTool description="Create a new ConstraintParameter" id="parametric.tool.parameter"
				name="ConstraintParameter" refToolId="parametric.tool.parameter">
			</aspectTool>
			<aspectTool description="Create a new Part" id="parametric.tool.blockpropertycomposite"
				name="Part" refToolId="parametric.tool.blockpropertycomposite">
			</aspectTool>
			<aspectTool description="Create a new Reference" id="parametric.tool.reference"
				name="Reference" refToolId="parametric.tool.reference">
			</aspectTool>
			<aspectTool description="Create a new Value" id="parametric.tool.value"
				name="Value" refToolId="parametric.tool.value">
			</aspectTool>
		</drawer>
		<drawer id="parametric.drawer.edges" name="Edges" iconpath="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif">
			<aspectTool description="Create a new BindingConnector" id="parametric.tool.connector"
				name="BindingConnector" refToolId="parametric.tool.connector">
			</aspectTool>
		</drawer>
		<drawer id="parametric.drawer.others" name="Others" iconpath="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif">
			<aspectTool description="Create a new Dependency" id="parametric.tool.dependency"
				name="Dependency" refToolId="parametric.tool.dependency">
			</aspectTool>
			<aspectTool description="Create a new Comment" id="parametric.tool.comment"
				name="Comment" refToolId="parametric.tool.comment">
			</aspectTool>
			<aspectTool description="Create a new Constraint" id="parametric.tool.constraint"
				name="Constraint" refToolId="parametric.tool.constraint">
			</aspectTool>
			<aspectTool description="Create a new CommentAnnotatedElement" id="parametric.tool.commentannotatedelement"
				name="CommentAnnotatedElement" refToolId="parametric.tool.comment_constraint_link">
			</aspectTool>			
			<aspectTool description="Create a new ContextLink" id="parametric.tool.context_link"
				name="ContextLink" refToolId="parametric.tool.context_link">
			</aspectTool>			
		</drawer>
	</content>
</paletteDefinition>

Back to the top