Contents

NSTokenFieldCell

A text field cell subclass that enables tokenized editing of an array of objects.

Declaration

class NSTokenFieldCell

Overview

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.

Topics

Managing the Token Style

Managing the Tokenizing Character Set

Configuring the Completion Delay

Managing the Delegate

Constants

See Also

Cell