rootNode property

TreeNode rootNode
finalinherited

The TreeNode that will store all top level nodes.

This node doesn't get displayed in the TreeView, it is only used to index/find nodes easily.

Implementation

final TreeNode rootNode;