Author: mes
Date: 2011-03-11 17:02:47 -0800 (Fri, 11 Mar 2011)
New Revision: 24421
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
added command metadata
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-03-12 00:59:58 UTC (rev 24420)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-03-12 01:02:47 UTC (rev 24421)
@@ -83,6 +83,8 @@
<entry key="title" value="File..." />
<entry key="preferredMenu" value="File.Import.Network"
/>
<entry key="menuGravity" value="1.0" />
+ <entry key="command" value="load" />
+ <entry key="commandNamespace" value="network" />
</osgi:service-properties>
</osgi:service>
@@ -131,6 +133,8 @@
<entry key="preferredMenu" value="Edit" />
<entry key="enableFor" value="selectedNodesOrEdges" />
<entry key="menuGravity" value="5.0" />
+ <entry key="command" value="delete selected nodes and
edges" />
+ <entry key="commandNamespace" value="network" />
</osgi:service-properties>
</osgi:service>
@@ -142,6 +146,8 @@
<entry key="accelerator" value="cmd alt a"/>
<entry key="enableFor" value="network" />
<entry key="menuGravity" value="5.0" />
+ <entry key="command" value="select all nodes" />
+ <entry key="commandNamespace" value="network" />
</osgi:service-properties>
</osgi:service>
@@ -153,6 +159,8 @@
<entry key="accelerator" value="cmd alt a" />
<entry key="enableFor" value="network" />
<entry key="menuGravity" value="4.0" />
+ <entry key="command" value="select all edges" />
+ <entry key="commandNamespace" value="network" />
</osgi:service-properties>
</osgi:service>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.