[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Mon Mar 29 19:53:16 UTC 2010
gordonp
Mon Mar 29 15:53:16 EDT 2010
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv10484/src/main/ca/ucalgary/seahawk/gui
Modified Files:
MobySaveDialog.java
Log Message:
Updated to reflect DataRecorder -> DataFlowRecorder name change
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobySaveDialog.java,1.7,1.8
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobySaveDialog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobySaveDialog.java 2010/03/17 20:21:55 1.7
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobySaveDialog.java 2010/03/29 19:53:16 1.8
@@ -193,7 +193,7 @@
try {
// See if there is more than one result tab open
- DataRecorder dataRecorder = null;
+ DataFlowRecorder dataRecorder = null;
Map<URL,FilterSearch> resultsToProduce = new LinkedHashMap<URL,FilterSearch>();
boolean currentTabHasResults = false;
javax.swing.JTabbedPane tabbedPane = tab.getTabbedPaneParent();
@@ -201,7 +201,7 @@
MobyContentPane document = (MobyContentPane) tabbedPane.getComponentAt(tabIndex);
if(document.hasXMLSource()){
if(dataRecorder == null){
- dataRecorder = document.getDataRecorder();
+ dataRecorder = document.getDataFlowRecorder();
}
if(document == tab){
currentTabHasResults = true;
@@ -215,7 +215,7 @@
}
}
if(dataRecorder == null){
- JOptionPane.showMessageDialog(null, "Could not find the DataRecorder needed for " +
+ JOptionPane.showMessageDialog(null, "Could not find the DataFlowRecorder needed for " +
"workflow export. Please contact gordonp at ucalgary.ca " +
"with this error message.",
"Internal Error",
More information about the MOBY-guts
mailing list