kyle k
kyle k

Reputation: 5522

Cocoa interface element to add/remove fields like rules editor in Mail.app

What is the name of the Cocoa interface with buttons to add/remove rows?

Here is a picture of it in the mail app

enter image description here

Is this a standard interface or is it a custom feature?

Upvotes: 1

Views: 328

Answers (1)

indragie
indragie

Reputation: 18132

The class you're looking for is NSRuleEditor. If you want something specialized for editing NSPredicate objects, take a look at the NSPredicateEditor subclass.

Upvotes: 4

Related Questions