Author: neildhruva
Date: 2012-06-27 05:46:32 -0700 (Wed, 27 Jun 2012)
New Revision: 29702
Modified:
csplugins/trunk/soc/neildhruva/PrintTable/src/main/java/org/cytoscape/sample/internal/PanelComponents.java
Log:
Added some comments.
Modified:
csplugins/trunk/soc/neildhruva/PrintTable/src/main/java/org/cytoscape/sample/internal/PanelComponents.java
===================================================================
---
csplugins/trunk/soc/neildhruva/PrintTable/src/main/java/org/cytoscape/sample/internal/PanelComponents.java
2012-06-27 12:44:03 UTC (rev 29701)
+++
csplugins/trunk/soc/neildhruva/PrintTable/src/main/java/org/cytoscape/sample/internal/PanelComponents.java
2012-06-27 12:46:32 UTC (rev 29702)
@@ -37,6 +37,9 @@
}
public void initCyTable(CyTableFactory tableFactory) {
+ //myCyTable stores a network's SUID and a Boolean List that suggests
whether a particular column of
+ //the JTable is visible or hidden based on its true/false value. Each
element in the list corresponds
+ //to a particular column in a network
if(myCyTable==null) {
myCyTable = tableFactory.createTable("MyCyTable",
"SUID", Long.class, true, true);
myCyTable.createListColumn("States", Boolean.class,
true);
--
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.