Examples of CytoscapeDesktop


Examples of cytoscape.view.CytoscapeDesktop

   * Feature only available in Cytoscape 2.2.
   *
   * @param msg User msg.
   */
  public static void setStatusBarMsg(String msg) {
    CytoscapeDesktop desktop = Cytoscape.getDesktop();
    desktop.setStatusBarMsg(msg);
  }
View Full Code Here

Examples of cytoscape.view.CytoscapeDesktop

  /**
   * Clears the Status Bar Message.
   * Feature only available in Cytoscape 2.2.
   */
  public static void clearStatusBar() {
    CytoscapeDesktop desktop = Cytoscape.getDesktop();
    desktop.clearStatusBar();
  }
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.