Author: scooter
Date: 2009-03-30 10:56:06 -0700 (Mon, 30 Mar 2009)
New Revision: 16356
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodePlugin2.java
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/ui/MetanodeSettingsDialog.java
Log:
Updated to more closely reflect docs
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodePlugin2.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodePlugin2.java
2009-03-30 17:50:29 UTC (rev 16355)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodePlugin2.java
2009-03-30 17:56:06 UTC (rev 16356)
@@ -461,7 +461,7 @@
groupList = sortList(groupList);
addMenuItem(m, Command.EXPAND, groupList,
contextNode, "Expand metanode");
addMenuItem(m, Command.COLLAPSE, groupList,
contextNode, "Collapse metanode");
- addMenuItem(m, Command.EXPANDNEW, groupList,
contextNode, "Expand metanode");
+ addMenuItem(m, Command.EXPANDNEW, groupList,
contextNode, "Expand metanode into new network");
addMenuItem(m, Command.REMOVE, groupList,
contextNode, "Remove metanode");
addMenuItem(m, Command.ADD, groupList,
contextNode, "Add node to metanode");
addMenuItem(m, Command.DELETE, groupList,
contextNode, "Remove node from metanode");
@@ -500,7 +500,7 @@
if (command == Command.EXPANDALL || command ==
Command.COLLAPSEALL) {
addSubMenu(menu, label, command, null,
null);
} else if (command == Command.EXPANDNEW) {
- JMenu item = new JMenu(label+"(s) into new
network");
+ JMenu item = new JMenu("Expand metanode(s) into
new network");
if (addGroupMenu(item, command,
groupList, contextNode))
menu.add(item);
} else if (command != Command.ADD && command !=
Command.DELETE) {
@@ -529,7 +529,7 @@
CyGroup group =
CyGroupManager.findGroup(contextNode.getIdentifier());
MetaNode metaNode =
MetaNode.getMetaNode(group.getGroupNode());
if (metaNode.isCollapsed(view)) {
- addSubMenu(menu, label+"
"+group.getGroupName()+" into new network",
+ addSubMenu(menu, "Expand metanode
"+group.getGroupName()+" into new network",
command, group, contextNode);
}
} else if (command == Command.COLLAPSE) {
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/ui/MetanodeSettingsDialog.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/ui/MetanodeSettingsDialog.java
2009-03-30 17:50:29 UTC (rev 16355)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/ui/MetanodeSettingsDialog.java
2009-03-30 17:56:06 UTC (rev 16356)
@@ -101,7 +101,7 @@
JPanel tunablePanel = null;
public MetanodeSettingsDialog(CyGroupViewer viewer) {
- super(Cytoscape.getDesktop(), "Metanode Attribute Handling
Dialog", false);
+ super(Cytoscape.getDesktop(), "Metanode Settings Dialog",
false);
metanodeProperties = new MetanodeProperties("metanode");
this.groupViewer = viewer;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---