Author: apico
Date: 2011-06-04 19:41:08 -0700 (Sat, 04 Jun 2011)
New Revision: 25649
Modified:
csplugins/trunk/ucsf/scooter/nodeCharts/src/main/java/nodeCharts/command/NodeChartCommandHandler.java
Log:
optional network arg now works for 'clear' too
Modified:
csplugins/trunk/ucsf/scooter/nodeCharts/src/main/java/nodeCharts/command/NodeChartCommandHandler.java
===================================================================
---
csplugins/trunk/ucsf/scooter/nodeCharts/src/main/java/nodeCharts/command/NodeChartCommandHandler.java
2011-06-05 02:18:36 UTC (rev 25648)
+++
csplugins/trunk/ucsf/scooter/nodeCharts/src/main/java/nodeCharts/command/NodeChartCommandHandler.java
2011-06-05 02:41:08 UTC (rev 25649)
@@ -107,7 +107,8 @@
addDescription(CLEAR, "Remove all charts from a node");
addArgument(CLEAR, NODE);
addArgument(CLEAR, NODELIST, SELECTED);
-
+ addArgument(CLEAR, NETWORK, CURRENT);
+
addDescription(LIST, "List available chart types");
addArgument(LIST);
}
--
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.