Author: laylaoesper
Date: 2010-07-26 09:35:50 -0700 (Mon, 26 Jul 2010)
New Revision: 21022

Modified:
   csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
   
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/CollapsiblePanel.java
   
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
Log:
Add tooltips to explain cloud vs network parameters.

Modified: csplugins/trunk/soc/layla/SemanticSummary/jars/SemanticSummary.jar
===================================================================
(Binary files differ)

Modified: 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/CollapsiblePanel.java
===================================================================
--- 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/CollapsiblePanel.java
     2010-07-26 16:12:45 UTC (rev 21021)
+++ 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/CollapsiblePanel.java
     2010-07-26 16:35:50 UTC (rev 21022)
@@ -227,6 +227,14 @@
             setCollapsed(!isCollapsed());
         }
     }
+    
+    /**
+     * Layla July 26, 2010 - Add methods to be able to set tooltip on title.
+     */
+    public AbstractButton getTitleComponent()
+    {
+       return titleComponent;
+    }
 
     /**
      * Special titled border that includes a component in the title area

Modified: 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
===================================================================
--- 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
    2010-07-26 16:12:45 UTC (rev 21021)
+++ 
csplugins/trunk/soc/layla/SemanticSummary/src/cytoscape/csplugins/semanticsummary/SemanticSummaryInputPanel.java
    2010-07-26 16:35:50 UTC (rev 21022)
@@ -203,6 +203,7 @@
        {
                CollapsiblePanel collapsiblePanel = new CollapsiblePanel("Cloud 
Parameters");
                collapsiblePanel.setCollapsed(false);
+               collapsiblePanel.getTitleComponent().setToolTipText("Parameters 
that can be set differently for each individual cloud");
                
                JPanel panel = new JPanel();
                panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
@@ -230,6 +231,7 @@
                //Network Level Panel
                CollapsiblePanel collapsiblePanel2 = new 
CollapsiblePanel("Network Parameters");
                collapsiblePanel2.setCollapsed(false);
+               
collapsiblePanel2.getTitleComponent().setToolTipText("Parameters that will be 
applied to all clouds created from the current network");
                
                JPanel networkPanel = new JPanel();
                networkPanel.setLayout(new BoxLayout(networkPanel, 
BoxLayout.Y_AXIS));

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