NSTokenFieldCell
A text field cell subclass that enables tokenized editing of an array of objects.
Declaration
class NSTokenFieldCellOverview
NSTokenFieldCell is a subclass of NSTextFieldCell that provides tokenized editing of an array of objects similar to the address field in the Mail app. The objects may be strings or objects that can be represented as strings. A single token field cell can be presented in an NSTokenField control.