What is the name of the Cocoa interface with buttons to add/remove rows?
Here is a picture of it in the mail app
Is this a standard interface or is it a custom feature?
What is the name of the Cocoa interface with buttons to add/remove rows?
Here is a picture of it in the mail app
Is this a standard interface or is it a custom feature?
The class you're looking for is
NSRuleEditor
. If you want something specialized for editingNSPredicate
objects, take a look at theNSPredicateEditor
subclass.