Author: kozo
Date: 2009-07-09 07:33:07 -0700 (Thu, 09 Jul 2009)
New Revision: 17282

Modified:
   
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/java/org/cytoscape/layer/internal/ui/LayerBuilderDialog.java
Log:
implemented !MoveAllIntegratedNetworkActionPerformed (refs ticket:15)

Modified: 
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/java/org/cytoscape/layer/internal/ui/LayerBuilderDialog.java
===================================================================
--- 
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/java/org/cytoscape/layer/internal/ui/LayerBuilderDialog.java
    2009-07-09 13:59:48 UTC (rev 17281)
+++ 
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/java/org/cytoscape/layer/internal/ui/LayerBuilderDialog.java
    2009-07-09 14:33:07 UTC (rev 17282)
@@ -552,6 +552,14 @@
                        java.awt.event.ActionEvent evt) {// 
GEN-FIRST:event_MoveAllIntegratedNetworkButtonActionPerformed
                // TODO add your handling code here:
 
+               Enumeration<?> layeredNetworks = 
layeredNetworkListModel.elements();
+
+               while (layeredNetworks.hasMoreElements()) {
+                       
availableNetworkListModel.addElement(layeredNetworks.nextElement());
+               }
+
+               layeredNetworkListModel.clear();
+
        }// GEN-LAST:event_MoveAllIntegratedNetworkButtonActionPerformed
 
        // Variables declaration - do not modify//GEN-BEGIN:variables


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to