root / tmp / org.txm.chartsengine.graphstream.rcp / plugin.xml @ 2699
History | View | Annotate | Download (1.4 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.txm.rcp.swtchartscomponentsprovider"> |
6 |
<SWTChartsComponentsProvider
|
7 |
class="org.txm.chartsengine.graphstream.rcp.GSSWTChartsComponentsProvider" |
8 |
inputFormat="GraphStream/Java2D" |
9 |
name="GS SWT Charts Components Provider"> |
10 |
</SWTChartsComponentsProvider>
|
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>
|
42 |
|
43 |
</plugin>
|