The NSTreeController is a bindings compatible controller that manages a tree of objects. It provides selection and sort management. Its primary purpose is to act as the controller when binding NSOutlineView and NSBrowser instances to a hierarchical collection of objects. The root content object of the tree can be a single object, or an array of objects.
The NSTreeController
is a bindings compatible controller that manages a tree of objects. It provides selection and sort management. Its primary purpose is to act as the controller when binding NSOutlineView
(nsoutlineview) and NSBrowser
(nsbrowser) instances to a hierarchical collection of objects. The root content object of the tree can be a single object, or an array of objects.