Author: rodche
Date: 2012-06-07 07:25:05 -0700 (Thu, 07 Jun 2012)
New Revision: 29494

Modified:
   
csplugins/trunk/toronto/rodche/cpathsquared-impl/src/main/java/org/cytoscape/cpathsquared/internal/view/GuiUtils.java
Log:
minor

Modified: 
csplugins/trunk/toronto/rodche/cpathsquared-impl/src/main/java/org/cytoscape/cpathsquared/internal/view/GuiUtils.java
===================================================================
--- 
csplugins/trunk/toronto/rodche/cpathsquared-impl/src/main/java/org/cytoscape/cpathsquared/internal/view/GuiUtils.java
       2012-06-07 00:24:36 UTC (rev 29493)
+++ 
csplugins/trunk/toronto/rodche/cpathsquared-impl/src/main/java/org/cytoscape/cpathsquared/internal/view/GuiUtils.java
       2012-06-07 14:25:05 UTC (rev 29494)
@@ -214,9 +214,7 @@
 //                                             if (tres != null)
 //                                                     if 
(!tres.getTraverseEntry().isEmpty())
 //                                                             for (String v : 
tres.getTraverseEntry().get(0).getValue())
-//                                                                     
m.addElement(v);
-                                               
-//                             panel.repaint();
+//                                                                     
m.addElement(v);                                                
                     }
                 }
             }
@@ -272,7 +270,7 @@
                                + StringUtils.join(items, "<br/>"));
                }
 
-               // add components/participants counts           
+               // add about components/participants    
                String path = null;
                if("Pathway".equalsIgnoreCase(item.getBiopaxClass()))
                        path = "Pathway/pathwayComponent";
@@ -288,11 +286,9 @@
                        List<String> values  = 
members.getTraverseEntry().get(0).getValue();
                        if (!values.isEmpty())
                                html.append("<h3>Contains " + values.size()
-                                       + " members:</h3>" + 
StringUtils.join(values, "<br/>"));
+                                       + " components/members (direct):</h3>" 
+ StringUtils.join(values, "<br/>"));
                }
 
-               // TODO add more details here
-
                html.append("</html>");
 
                return html.toString();

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