Revision 2699 tmp/org.txm.chartsengine.graphstream.rcp/plugin.xml
plugin.xml (revision 2699) | ||
---|---|---|
9 | 9 |
name="GS SWT Charts Components Provider"> |
10 | 10 |
</SWTChartsComponentsProvider> |
11 | 11 |
</extension> |
12 |
<extension |
|
13 |
point="org.eclipse.ui.commands"> |
|
14 |
<command |
|
15 |
defaultHandler="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile" |
|
16 |
id="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile" |
|
17 |
name="Open Graph file..."> |
|
18 |
</command> |
|
19 |
</extension> |
|
20 |
<extension |
|
21 |
point="org.eclipse.ui.menus"> |
|
22 |
<menuContribution |
|
23 |
locationURI="menu:menu.file"> |
|
24 |
<command |
|
25 |
commandId="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile" |
|
26 |
icon="icons/graph.png" |
|
27 |
style="push" |
|
28 |
tooltip="Open a Graph file (dot)"> |
|
29 |
</command> |
|
30 |
</menuContribution> |
|
31 |
</extension> |
|
32 |
<extension |
|
33 |
point="org.eclipse.ui.editors"> |
|
34 |
<editor |
|
35 |
class="org.txm.chartsengine.graphstream.rcp.editor.GSEditor" |
|
36 |
default="false" |
|
37 |
icon="icons/graph.png" |
|
38 |
id="org.txm.chartsengine.graphstream.rcp.editor.GSEditor" |
|
39 |
name="Graph"> |
|
40 |
</editor> |
|
41 |
</extension> |
|
12 | 42 |
|
13 | 43 |
</plugin> |
Also available in: Unified diff