Package edu.stanford.genetics.treeview.core

Examples of edu.stanford.genetics.treeview.core.FileMru


   * This <code>FileMru</code> can later be edited or used to show a mru menu.
   *
   * @param  fileMruNode  Node which will be bound to the FileMru
   */
  protected void setupFileMru(ConfigNode fileMruNode) {
    fileMru = new FileMru();
    fileMru.bindConfig(fileMruNode);
    try {
      fileMru.removeMoved();
    } catch (Exception e) {
      LogBuffer.println("problem checking MRU in ViewFrame constructor: " + e.toString());
View Full Code Here

TOP

Related Classes of edu.stanford.genetics.treeview.core.FileMru

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.