Author: kono
Date: 2010-08-10 10:43:01 -0700 (Tue, 10 Aug 2010)
New Revision: 21278
Modified:
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/DropListenerTask.java
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/SIFInterpreterTask.java
Log:
Method name changed from getSource() to getModel() for consistency.
Modified:
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/DropListenerTask.java
===================================================================
---
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/DropListenerTask.java
2010-08-10 01:43:44 UTC (rev 21277)
+++
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/DropListenerTask.java
2010-08-10 17:43:01 UTC (rev 21278)
@@ -21,7 +21,7 @@
public DropListenerTask(CyNetworkView view) {
super(view);
this.view = view;
- network = view.getSource();
+ network = view.getModel();
}
public DropListenerTask(CyNetworkView view, Transferable t, Point pt) {
Modified:
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/SIFInterpreterTask.java
===================================================================
---
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/SIFInterpreterTask.java
2010-08-10 01:43:44 UTC (rev 21277)
+++
core3/editor-impl/trunk/src/main/java/org/cytoscape/editor/internal/SIFInterpreterTask.java
2010-08-10 17:43:01 UTC (rev 21278)
@@ -22,7 +22,7 @@
public SIFInterpreterTask(CyNetworkView v) {
super(v);
- network = view.getSource();
+ network = view.getModel();
}
public void run(TaskMonitor tm) {
--
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.