Package org.aavso.tools.vstar.ui.dialog

Examples of org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser.reset()


              .getDefaultFileExtensions());
          fileChoosers.get(id).setFileExtensions(newFileExtensions);
        }
      }
      fileChooser = fileChoosers.get(id);
      fileChooser.reset();
    } else {
      fileChooser = new AdditiveLoadFileOrUrlChooser(allowURL);
    }

    // Was a file chosen or a URL string accepted?
View Full Code Here


   * The action is to open a file dialog to allow the user to select a single
   * file.
   */
  public ActionListener createNewStarFromFileListener() {
    final AdditiveLoadFileOrUrlChooser fileOpenDialog = this.fileOpenDialog;
    fileOpenDialog.reset();

    final IMainUI parent = this.parent;

    return new ActionListener() {
      public void actionPerformed(ActionEvent e) {
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.