Tree.updateChildren

Update the children of node in tree (not recursively, to update recursively, use gda.tree.Tree.updatePart). If node is null then the top level nodes are updated.

class Tree
bool
updateChildren

Parameters

node gda.tree_node.TreeNode

a #GdaTreeNode node in tree, or null

Return Value

Type: bool

TRUE if no error occurred.

Throws