Package edu.stanford.genetics.treeview

Examples of edu.stanford.genetics.treeview.ExportException


      treeviewIcon = new ImageIcon("images/treeview.gif", "TreeView Icon");
    return treeviewIcon;
  }

  public void export(MainProgramArgs args) throws ExportException {
    throw new ExportException("Export not implemented for plugin " + getName());
  }
View Full Code Here

TOP

Related Classes of edu.stanford.genetics.treeview.ExportException

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.