mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 1 | <?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" |
mparker | 6289533 | 2010-05-04 06:52:38 +0000 | [diff] [blame] | 9 | class="org.eclipse.amp.agf.zest.GraphViewPart" |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 10 | icon="icons/etool16/graph.gif" |
mparker | 6289533 | 2010-05-04 06:52:38 +0000 | [diff] [blame] | 11 | id="org.eclipse.amp.view.GraphView" |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 12 | 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" |
mparker | 6289533 | 2010-05-04 06:52:38 +0000 | [diff] [blame] | 21 | targetID="org.eclipse.amp.view.GraphView"> |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 22 | <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" |
mparker | ae6b4ae | 2010-05-12 01:18:32 +0000 | [diff] [blame] | 28 | state="false" |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 29 | 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" |
mparker | ae6b4ae | 2010-05-12 01:18:32 +0000 | [diff] [blame] | 49 | state="true" |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 50 | 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> |
mparker | 9ea5bb7 | 2010-05-06 04:29:27 +0000 | [diff] [blame] | 83 | |
| 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> |
mparker | 5b8618b | 2009-06-26 07:21:01 +0000 | [diff] [blame] | 97 | </plugin> |