Author: kono
Date: 2011-01-28 17:43:46 -0800 (Fri, 28 Jan 2011)
New Revision: 23920
Added:
core3/vizmap-gui-impl/branches/bypass/
Modified:
core3/vizmap-gui-impl/branches/bypass/pom.xml
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-vizmapper.xml
Log:
Temp branch for bypass.
Copied: core3/vizmap-gui-impl/branches/bypass (from rev 23654,
core3/vizmap-gui-impl/trunk)
Modified: core3/vizmap-gui-impl/branches/bypass/pom.xml
===================================================================
--- core3/vizmap-gui-impl/trunk/pom.xml 2011-01-27 18:34:21 UTC (rev 23654)
+++ core3/vizmap-gui-impl/branches/bypass/pom.xml 2011-01-29 01:43:46 UTC
(rev 23920)
@@ -84,6 +84,18 @@
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>core-task-api</artifactId>
+ <version>3.0.0-alpha2-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>service-util</artifactId>
+ <version>3.0.0-alpha2-SNAPSHOT</version>
+ </dependency>
+
<!-- Wrapped 3rd party libraries -->
<dependency>
<groupId>cytoscape-temp</groupId>
Modified:
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
===================================================================
---
core3/vizmap-gui-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
2011-01-27 18:34:21 UTC (rev 23654)
+++
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
2011-01-29 01:43:46 UTC (rev 23920)
@@ -256,6 +256,19 @@
cardinality="0..N">
<osgi:listener bind-method="addRenderingEngineFactory"
unbind-method="removeRenderingEngineFactory"
ref="editorManager" />
- </osgi:set>
+ </osgi:set>
+
+
+ <!-- For Bypass context menu -->
+ <osgi:reference id="cyServiceRegistrarServiceRef"
+ interface="org.cytoscape.service.util.CyServiceRegistrar"/>
+
+ <osgi:set id="renderingEngineFactorySetForBypass"
+
interface="org.cytoscape.view.presentation.RenderingEngineFactory"
+ cardinality="0..N">
+ <osgi:listener bind-method="addBypass"
+ unbind-method="removeBypass" ref="bypassManager" />
+ </osgi:set>
+
</beans>
Modified:
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-vizmapper.xml
===================================================================
---
core3/vizmap-gui-impl/trunk/src/main/resources/META-INF/spring/bundle-context-vizmapper.xml
2011-01-27 18:34:21 UTC (rev 23654)
+++
core3/vizmap-gui-impl/branches/bypass/src/main/resources/META-INF/spring/bundle-context-vizmapper.xml
2011-01-29 01:43:46 UTC (rev 23920)
@@ -336,5 +336,12 @@
<constructor-arg ref="visualStyleFactoryServiceRef" />
<constructor-arg ref="selectedVisualStyleManager" />
+ </bean>
+
+ <!-- For bypass -->
+ <bean id="bypassManager"
class="org.cytoscape.view.vizmap.gui.internal.bypass.BypassManager">
+ <constructor-arg ref="cyServiceRegistrarServiceRef" />
+ <constructor-arg ref="editorManager" />
+ <constructor-arg ref="selectedVisualStyleManager" />
</bean>
</beans>
--
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.