Examples of FilterInfo


Examples of org.freeplane.features.filter.FilterInfo

  private NodeModel(NodeModel toBeCloned){
    this.map = toBeCloned.map;
    this.sharedData = toBeCloned.sharedData;
    this.folded = toBeCloned.folded;
    children = new ArrayList<NodeModel>();
    filterInfo = new FilterInfo();
    clones = new DetachedNodeList(this, toBeCloned);
  }
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.