NSBrowser is a Cocoa control that breaks down items hierarchically.
NSBrowser
is a Cocoa Control (cocoa) that provides a user interface for displaying and selecting items from a list of data or from hierarchically organized lists of data, such as directory paths. When working with a hierarchy of data, the levels are displayed in columns, which are indexed from left to right.
A good example of an NSBrowser
control in action is the column view of the OS X Finder (finder).