Author: pwang
Date: 2009-06-26 17:06:08 -0700 (Fri, 26 Jun 2009)
New Revision: 17136
Modified:
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
Log:
Add menu item -- Layout --> PhyloTree Layouts
Modified:
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
===================================================================
---
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
2009-06-26 23:45:27 UTC (rev 17135)
+++
csplugins/trunk/soc/chinmoy/phylotree/src/org/cytoscape/phylotree/PhylotreePlugin.java
2009-06-27 00:06:08 UTC (rev 17136)
@@ -42,7 +42,7 @@
Cytoscape.getDesktop().getCyMenus().addCytoscapeAction((CytoscapeAction)
menuAction);
//(2) add another menu item: Layout->Phylotree layouts
- //CyLayouts.addLayout(new MyLayout(), "PhyloTree Layouts");
+ CyLayouts.addLayout(new MyLayout(), "PhyloTree Layouts");
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---