Examples of loadFileSet()


Examples of edu.stanford.genetics.treeview.LinkedViewFrame.loadFileSet()

  public ViewFrame openNew(FileSet fileSet) throws LoadException {
    // setup toplevel
    LinkedViewFrame tvFrame  =
        new LinkedViewFrame(this);
    try {
      tvFrame.loadFileSet(fileSet);
      tvFrame.setLoaded(true);
    } catch (LoadException e) {
      tvFrame.dispose();
      throw 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.