nodes property

List<TreeNode<T>> nodes
final

The root nodes of the tree view.

Implementation

final List<TreeNode<T>> nodes;