Author: pwang
Date: 2011-10-21 16:38:07 -0700 (Fri, 21 Oct 2011)
New Revision: 27268
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/ActiveModulesUI.java
Log:
Updated
Modified:
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/ActiveModulesUI.java
===================================================================
---
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/ActiveModulesUI.java
2011-10-21 20:22:44 UTC (rev 27267)
+++
csplugins/trunk/ucsd/pwang/jActiveModules31/src/main/java/csplugins/jActiveModules/ActiveModulesUI.java
2011-10-21 23:38:07 UTC (rev 27268)
@@ -214,7 +214,15 @@
public void startFindActivePaths(CyNetwork network) {
try {
- //activePaths = new ActivePaths(network, apfParams,
this);
+
+ activePaths = new ActivePaths(network, apfParams, this,
+ this.desktopApp,
this.cytoscapeProperties,
+ this.cyNetworkManager,
this.cyNetworkViewManager,
+ this.visualMappingManager,
this.cyNetworkFactory, this.cyRootNetworkFactory,
+ this.cyNetworkViewFactory,
this.cyLayoutsService,
+ this.taskManagerService,
this.cyApplicationManagerService,
+ this.cyEventHelperService);
+
} catch (final Exception e) {
e.printStackTrace(System.err);
JOptionPane.showMessageDialog(this.desktopApp.getJFrame(),
--
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.