NSTextField object belongs to Apple's class. It's a kind of NSControl that displays text that the user can edit or select.
An NSTextField
object is a kind of NSControl
(nscontrol) that displays text that the user can select or edit and that sends its action message to its target when the user presses the Return key
while editing.
The NSTextField
(nstextfield) class uses the NSTextFieldCell
(nstextfieldcell) class to implement its user interface.