TreeManager.createNode

Requests that manager creates a new #GdaTreeNode. The new node is not in any way linked to manager yet, consider this method as a #GdaTreeNode factory.

This method is usually used when implementing a #GdaTreeManagerNodesFunc function (to create nodes), or when subclassing the #GdaTreeManager.

class TreeManager
createNode
(,
string name = null
)

Parameters

parent gda.tree_node.TreeNode

the parent the new node may have, or null

name string

name given to the new node, or null

Return Value

Type: gda.tree_node.TreeNode

a new #GdaTreeNode