NSTextFinderBarContainer
A protocol that provides a container in which the find bar is displayed.
Declaration
protocol NSTextFinderBarContainer : NSObjectProtocolOverview
To display the find bar, a container for the find bar must be specified. You specify a find bar container using the findBarContainer of the NSTextFinder class.
See NSTextFinder for more information.