Author: scooter
Date: 2012-03-13 12:15:40 -0700 (Tue, 13 Mar 2012)
New Revision: 28518

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/hierarchical/HierarchicalCluster.java
Log:
Added "Done" status to Hierarchical


Modified: 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/hierarchical/HierarchicalCluster.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/hierarchical/HierarchicalCluster.java
     2012-03-13 18:14:06 UTC (rev 28517)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/attributeClusterers/hierarchical/HierarchicalCluster.java
     2012-03-13 19:15:40 UTC (rev 28518)
@@ -265,6 +265,9 @@
                // Cluster the nodes
                algorithm.cluster(0, 0, false);
 
+               if (monitor != null)
+                       monitor.setStatus("Done");
+
                // Tell any listeners that we're done
                pcs.firePropertyChange(ClusterAlgorithm.CLUSTER_COMPUTED, null, 
this);
        }

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