Author: kono
Date: 2011-01-13 20:00:56 -0800 (Thu, 13 Jan 2011)
New Revision: 23453
Modified:
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
Log:
Method name changed.
Modified:
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
===================================================================
---
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-01-14 01:41:48 UTC (rev 23452)
+++
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-01-14 04:00:56 UTC (rev 23453)
@@ -102,7 +102,7 @@
if (command.equals("done"))
setVisible(false);
else if (command.equals("execute")) {
- taskManager.setParent(algorithmPanel);
+ taskManager.setTunablePanel(algorithmPanel);
currentLayout.setNetworkView(appMgr.getCurrentNetworkView());
taskManager.execute(currentLayout);
} else {
@@ -184,7 +184,7 @@
// if it's a string, that means it's the instructions
if (!(o instanceof String)) {
final CyLayoutAlgorithm newLayout =
(CyLayoutAlgorithm)o;
- taskManager.setParent(algorithmPanel);
+ taskManager.setTunablePanel(algorithmPanel);
if
(taskManager.getConfigurationPanel(newLayout) != null) {
pack();
currentLayout = newLayout;
--
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.