/// <summary> /// Returns true if and only if <code>aNode</code> is in the same tree /// as this node. /// </summary> public bool isNodeRelated(DefaultMutableTreeNode @aNode) { return(default(bool)); }
/// <summary> /// Returns true if <code>anotherNode</code> is a descendant of this node /// -- if it is this node, one of this node's children, or a descendant of /// one of this node's children. /// </summary> public bool isNodeDescendant(DefaultMutableTreeNode @anotherNode) { return(default(bool)); }
/// <summary> /// Returns the nearest common ancestor to this node and <code>aNode</code>. /// </summary> public TreeNode getSharedAncestor(DefaultMutableTreeNode @aNode) { return(default(TreeNode)); }
/// <summary> /// Returns true if and only if <code>aNode</code> is in the same tree /// as this node. /// </summary> public bool isNodeRelated(DefaultMutableTreeNode @aNode) { return default(bool); }
/// <summary> /// Returns true if <code>anotherNode</code> is a descendant of this node /// -- if it is this node, one of this node's children, or a descendant of /// one of this node's children. /// </summary> public bool isNodeDescendant(DefaultMutableTreeNode @anotherNode) { return default(bool); }
/// <summary> /// Returns the nearest common ancestor to this node and <code>aNode</code>. /// </summary> public TreeNode getSharedAncestor(DefaultMutableTreeNode @aNode) { return default(TreeNode); }