Author: mes
Date: 2010-10-25 14:23:34 -0700 (Mon, 25 Oct 2010)
New Revision: 22386

Modified:
   
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/propertyeditor/AttributeComboBoxPropertyEditor.java
Log:
removed erroneous use of getUniqueColumns

Modified: 
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/propertyeditor/AttributeComboBoxPropertyEditor.java
===================================================================
--- 
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/propertyeditor/AttributeComboBoxPropertyEditor.java
 2010-10-25 21:22:39 UTC (rev 22385)
+++ 
core3/vizmap-gui-impl/trunk/src/main/java/org/cytoscape/view/vizmap/gui/internal/editor/propertyeditor/AttributeComboBoxPropertyEditor.java
 2010-10-25 21:23:34 UTC (rev 22386)
@@ -69,12 +69,11 @@
 
                final Set<CyNetwork> networkSet = networkMgr.getNetworkSet();
                for (final CyNetwork net : networkSet) {
-                       final Map<String, CyTable> tableMap = 
tableMgr.getTableMap(name,
-                                       net);
+                       final Map<String, CyTable> tableMap = 
tableMgr.getTableMap(name, net);
                        targetTables.addAll(tableMap.values());
 
                        for (final CyTable table : tableMap.values())
-                               attrNames.addAll(table.getUniqueColumns());
+                               
attrNames.addAll(table.getColumnTypeMap().keySet());
                }
 
                final JComboBox box = (JComboBox) editor;

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