Package versusSNP.gui.dialogs

Examples of versusSNP.gui.dialogs.QuerySubjectSelectDialog


        }
      }
    } else if (obj == menu.getMenuFileSaveSNP()) {
      loopSNPExporter(new SNPExporterDialog());
    } else if (obj == menu.getMenuEditChangeQuerySubject()) {
      document.loopQuerySubjectSelect(new QuerySubjectSelectDialog(document.getGenomeNames()));
    } else if (obj == menu.getMenuEditTrim()) {
      new TrimSequenceDialog(document).showDialog();
    } else if (obj == menu.getMenuToolOption()) {
      new OptionSheet().setVisible(true);
    } else if (obj == menu.getMenuLangEnglish()) {
View Full Code Here


    if (menu != null)
      menu.enableMenuItems(genomeCount);
    if (genomes.size() > 1) {
      if (subjectGenome == null)
        subjectGenome = genome;
      loopQuerySubjectSelect(new QuerySubjectSelectDialog(getGenomeNames()));
    }
  }
View Full Code Here

TOP

Related Classes of versusSNP.gui.dialogs.QuerySubjectSelectDialog

Copyright © 2018 www.massapicom. 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.