blob: b6ee2904d2582f73049a9cfa0cb027dbd3bdc9fa [file] [log] [blame]
mparker5b8618b2009-06-26 07:21:01 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
5 point="org.eclipse.ui.views">
6 <view
7 allowMultiple="true"
8 category="org.eclipse.amp.axf.views"
mparker62895332010-05-04 06:52:38 +00009 class="org.eclipse.amp.agf.zest.GraphViewPart"
mparker5b8618b2009-06-26 07:21:01 +000010 icon="icons/etool16/graph.gif"
mparker62895332010-05-04 06:52:38 +000011 id="org.eclipse.amp.view.GraphView"
mparker5b8618b2009-06-26 07:21:01 +000012 name="Graph View"
13 restorable="true">
14 </view>
15 </extension>
16
17 <extension
18 point="org.eclipse.ui.viewActions">
19 <viewContribution
20 id="org.eclipse.amp.escape.view.graph"
mparker62895332010-05-04 06:52:38 +000021 targetID="org.eclipse.amp.view.GraphView">
mparker5b8618b2009-06-26 07:21:01 +000022 <action
23 class="org.eclipse.amp.agf.zest.ide.SpringLayoutAction"
24 icon="icons/etool16/layout_spring.gif"
25 id="org.eclipse.amp.view.graph.spring"
26 label="Spring Layout"
27 menubarPath="additions"
mparkerae6b4ae2010-05-12 01:18:32 +000028 state="false"
mparker5b8618b2009-06-26 07:21:01 +000029 style="radio"
30 toolbarPath="layoutgroup"
31 tooltip="Layout nodes using spring connections.">
32 </action>
33 <action
34 class="org.eclipse.amp.agf.zest.ide.SpringLayoutModAction"
35 icon="icons/etool16/layout_spring_custom.gif"
36 id="org.eclipse.amp.view.graphspringmod"
37 label="Customize Spring Layout"
38 menubarPath="additions"
39 style="push"
40 toolbarPath="additions"
41 tooltip="Layout nodes using spring connections.">
42 </action>
43 <action
44 class="org.eclipse.amp.agf.zest.ide.RadialLayoutAction"
45 icon="icons/etool16/layout_radial.gif"
46 id="org.eclipse.amp.view.graph.Radial"
47 label="Radial Layout"
48 menubarPath="additions"
mparkerae6b4ae2010-05-12 01:18:32 +000049 state="true"
mparker5b8618b2009-06-26 07:21:01 +000050 style="radio"
51 toolbarPath="layoutgroup"
52 tooltip="Layout nodes using radial tree.">
53 </action>
54 <action
55 class="org.eclipse.amp.agf.zest.ide.TreeHorizLayoutAction"
56 icon="icons/etool16/layout_tree_right.gif"
57 id="org.eclipse.amp.view.TreeRight"
58 label="Tree Layout (Horizontal)"
59 menubarPath="additions"
60 state="false"
61 style="radio"
62 toolbarPath="layoutgroup"
63 tooltip="Layout nodes using tree connections to right.">
64 </action>
65 <action
66 class="org.eclipse.amp.agf.zest.ide.TreeVertLayoutAction"
67 icon="icons/etool16/layout_tree_down.gif"
68 id="org.eclipse.amp.view.graph.TreeDown"
69 label="Tree Layout"
70 menubarPath="additions"
71 state="false"
72 style="radio"
73 toolbarPath="layoutgroup"
74 tooltip="Layout nodes using tree connections down.">
75 </action>
76 <menu
77 id="org.eclipse.amp.axf.ui.layout"
78 label="Layout"
79 path="layoutgroup">
80 </menu>
81 </viewContribution>
82 </extension>
mparker9ea5bb72010-05-06 04:29:27 +000083
84 <extension
85 point="org.eclipse.ui.perspectiveExtensions">
86 <perspectiveExtension
87 targetID="org.eclipse.amp.axf.ExecutionPerspective">
88 <view
89 id="org.eclipse.amp.view.GraphView:*"
90 ratio=".5"
91 relationship="right"
92 relative="org.eclipse.ui.editorss"
93 visible="false">
94 </view>
95 </perspectiveExtension>
96 </extension>
mparker5b8618b2009-06-26 07:21:01 +000097</plugin>