Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C

Table of Contents

NSNibConnector


Inherits from:
NSObject
Conforms to:
NSCoding
NSObject (NSObject)
Declared in:
AppKit/NSNibConnector.h




Class Description


Description forthcoming.




Method Types


TBD Method Group Name
- destination
- establishConnection
- label
- replaceObject:withObject:
- setDestination:
- setLabel:
- setSource:
- source


Instance Methods



destination

- (id)destination

Description forthcoming.

establishConnection

- (void)establishConnection

Description forthcoming.

label

- (NSString *)label

Description forthcoming.

replaceObject:withObject:

- (void)replaceObject:(id)oldObject withObject:(id)newObject

Description forthcoming.

setDestination:

- (void)setDestination:(id)destination

Description forthcoming.

setLabel:

- (void)setLabel:(NSString *)label

Description forthcoming.

setSource:

- (void)setSource:(id)source

Description forthcoming.

source

- (id)source

Description forthcoming.


Table of Contents