May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSNibConnector — Mac OS X 10.0
This class represents a connection between two objects in Interface
Builder. The Application Kit declares two subclasses that represent
the two types of connections supported in Interface Builder:
NSNibControlConnection and
NSNibOutletConnection.
|
|
@interface NSNibConnector : NSObject <NSCoding>
|
// Accessor Methods
|
- (void)setLabel:(NSString *)label; |
- (NSString *)label;
|
- (void)setSource:(id)source; |
- (id)source;
|
- (void)setDestination:(id)destination; |
- (id)destination;
|
// Instance Methods
|
- (void)establishConnection;
|
- (void)replaceObject:(id)oldObject withObject:(id)newObject; |
// Methods Implementing NSCoding
|
- (void)encodeWithCoder:(NSCoder *)aCoder; |
- (id)initWithCoder:(NSCoder *)aDecoder; |
NSNibControlConnector,
NSNibOutletConnector
Read now
Unlock full access