Author: pwang
Date: 2011-10-18 15:11:42 -0700 (Tue, 18 Oct 2011)
New Revision: 27224
Modified:
core3/api/trunk/swing-util-api/src/main/java/org/cytoscape/util/swing/NetworkSelectorPanel.java
Log:
Update network list after event NetworkDestoryedEvent
Modified:
core3/api/trunk/swing-util-api/src/main/java/org/cytoscape/util/swing/NetworkSelectorPanel.java
===================================================================
---
core3/api/trunk/swing-util-api/src/main/java/org/cytoscape/util/swing/NetworkSelectorPanel.java
2011-10-18 21:45:12 UTC (rev 27223)
+++
core3/api/trunk/swing-util-api/src/main/java/org/cytoscape/util/swing/NetworkSelectorPanel.java
2011-10-18 22:11:42 UTC (rev 27224)
@@ -94,8 +94,7 @@
}
public void handleEvent(NetworkDestroyedEvent e){
- System.out.println("Entering
NetworkSelectorPanel.handleEvent(NetworkDestroyedEvent)... TODO..");
- //networkComboBox.removeItem(Cytoscape.getNetwork((String)
e.getNewValue()).getTitle());
+ updateNetworkList();
}
/**
--
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.