Is there any builtin Text Find Bar?

I have a NSTableView which shows a list of translated text items. I want to provide a Find Bar for user to filter through the items, like the one I have in Xcode.

Of course I don't want so many features; I only want to let user enter some text.

Okay, I just found answer myself - NSSearchField

Is there any builtin Text Find Bar?
 
 
Q