コード例 #1
0
 /// <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));
 }
コード例 #2
0
 /// <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));
 }
コード例 #3
0
 /// <summary>
 /// Returns the nearest common ancestor to this node and <code>aNode</code>.
 /// </summary>
 public TreeNode getSharedAncestor(DefaultMutableTreeNode @aNode)
 {
     return(default(TreeNode));
 }
コード例 #4
0
		/// <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);
		}
コード例 #5
0
		/// <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);
		}
コード例 #6
0
		/// <summary>
		/// Returns the nearest common ancestor to this node and <code>aNode</code>.
		/// </summary>
		public TreeNode getSharedAncestor(DefaultMutableTreeNode @aNode)
		{
			return default(TreeNode);
		}