Next Page > Hide TOC

NSNibControlConnector Class Reference

Inherits from
Conforms to
Framework
/System/Library/Frameworks/AppKit.framework
Availability
Available in Mac OS X v10.0 and later.
Companion guide
Declared in
NSNibControlConnector.h

Overview

This class manages an action connection in Interface Builder. Generally, its source is a user interface item, such as a button or menu item; its destination is an object that responds to an action method; and its label is the name of the action method, with a colon at the end.

Tasks

Establishing a Connection

Instance Methods

establishConnection

Establishes an action connection.

- (void)establishConnection

Discussion

This method establishes a connection between the source of an action and its destination. The label associated with the connection object contains the selector name to perform when the action occurs.

Availability
See Also
Declared In
NSNibControlConnector.h

Next Page > Hide TOC


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-01-31)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.