Author: pwang
Date: 2010-02-04 14:07:50 -0800 (Thu, 04 Feb 2010)
New Revision: 19185

Modified:
   coreplugins/trunk/browser/src/browser/ui/CyAttributeBrowserTable.java
Log:
Add a new method needed to restore column width from session

Modified: coreplugins/trunk/browser/src/browser/ui/CyAttributeBrowserTable.java
===================================================================
--- coreplugins/trunk/browser/src/browser/ui/CyAttributeBrowserTable.java       
2010-02-04 21:40:13 UTC (rev 19184)
+++ coreplugins/trunk/browser/src/browser/ui/CyAttributeBrowserTable.java       
2010-02-04 22:07:50 UTC (rev 19185)
@@ -1072,6 +1072,9 @@
                }
        }
        
+       public HashMap<String, Integer> getColumnWidthMap(){
+               return this.columnWidthMap;
+       }
        
        /**
         *  DOCUMENT ME!

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