Author: kono
Date: 2010-08-10 10:49:08 -0700 (Tue, 10 Aug 2010)
New Revision: 21281
Modified:
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
Log:
Method name changed from getSource() to getModel() for consistency.
Modified:
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
===================================================================
---
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
2010-08-10 17:46:07 UTC (rev 21280)
+++
core3/linkout-impl/trunk/src/main/java/org/cytoscape/linkout/internal/LinkOut.java
2010-08-10 17:49:08 UTC (rev 21281)
@@ -310,7 +310,7 @@
// TODO: get OpenBrowser working
// TODO: for now, just substitute node ID into %ID%
parameter
- CyNode node = nodeView.getSource();
+ CyNode node = nodeView.getModel();
String identifier = node.attrs().get("name",
String.class);
link = link.replace("%" + "ID" + "%", identifier);
--
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.