NSNibControlConnector Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in 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.
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
- Available in OS X v10.0 and later.
See Also
-
– setSource:(NSNibConnector) -
– setDestination:(NSNibConnector) -
– setLabel:(NSNibConnector)
Declared In
NSNibControlConnector.h© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-01-31)