Tree.updateChildren

bool updateChildren(gda.tree_node.TreeNode node = null)

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.

Parameters

nodea #GdaTreeNode node in tree, or null

Returns

TRUE if no error occurred.

Throws

[TreeException]