TreeNode.AOTinsert Method

Inserts a node among the subnodes of this node.

Syntax

public void AOTinsert(
    TreeNode parent, 
   [TreeNode after, 
    boolean doNotDuplicate])

Run On

Called

Parameters

  • after
    Type: TreeNode Class
    The subnode of this node where the tree node should be inserted; optional.

See Also

TreeNode Class

TreeNode.AOTadd Method

TreeNode.AOTdelete Method