Author: kono
Date: 2009-11-25 19:03:16 -0800 (Wed, 25 Nov 2009)
New Revision: 18595
Modified:
corelibs/trunk/giny/src/giny/model/NestedNetworkChangeEvent.java
Log:
GraphView will be used as a parameter in event instead of perspective.
Modified: corelibs/trunk/giny/src/giny/model/NestedNetworkChangeEvent.java
===================================================================
--- corelibs/trunk/giny/src/giny/model/NestedNetworkChangeEvent.java
2009-11-26 02:45:29 UTC (rev 18594)
+++ corelibs/trunk/giny/src/giny/model/NestedNetworkChangeEvent.java
2009-11-26 03:03:16 UTC (rev 18595)
@@ -1,5 +1,7 @@
package giny.model;
+import giny.view.GraphView;
+
/**
* This event will be fired when nested network is created/removed.
*
@@ -14,10 +16,11 @@
public Node getNestedNode();
/**
- * Nested network pointed by a node in other network.
+ * Nested network view pointed by a node in other network.
+ * This can be null because network view may not be available at this
point.
*
* @return nested network.
*/
- public GraphPerspective getNestedNetwork();
+ public GraphView getNestedNetworkView();
}
--
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.