Package com.google.devtools.depan.view

Examples of com.google.devtools.depan.view.CollapseData


   * the new collapsed node
   * @param author the initiator for this process
   */
  public void uncollapse(
      GraphNode master, boolean deleteGroup, Object author) {
    CollapseData removedGroup = collapser.getCollapseData(master);
    if (null == removedGroup) {
      return;
    }

    // Perform the collapsing
View Full Code Here

TOP

Related Classes of com.google.devtools.depan.view.CollapseData

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.