Package org.aavso.tools.vstar.ui.task

Examples of org.aavso.tools.vstar.ui.task.ObsListFileSaveTask.execute()


        ObsListFileSaveTask task = new ObsListFileSaveTask(obs, path,
            this.getLatestNewStarMessage().getNewStarType(),
            delimiter);

        this.currTask = task;
        task.execute();
      } else {
        MessageBox.showMessageDialog(parent, "Save Observations",
            "There are no visible observations to save.");
      }
    } else {
View Full Code Here


              outFile, this.getLatestNewStarMessage()
                  .getNewStarType(), obsListFileSaveDialog
                  .getDelimiter());

          this.currTask = task;
          task.execute();
        }
      } else {
        MessageBox.showMessageDialog(parent, "Save Observations",
            "There are no visible observations to save.");
      }
View Full Code Here

          ObsListFileSaveTask task = new ObsListFileSaveTask(obs,
              outFile, NewStarType.NEW_STAR_FROM_SIMPLE_FILE,
              obsListFileSaveDialog.getDelimiter());

          this.currTask = task;
          task.execute();
        }
      } else {
        MessageBox.showMessageDialog(parent, "Save Observations",
            "There are no visible observations to save.");
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.