Up

NSNibConnector class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSNibConnector class

NSNibConnector : NSObject

Declared in:
AppKit/NSNibConnector.h
Conforms to:
NSCoding
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

destination 

- (id) destination;
Availability: OpenStep

Description forthcoming.

establishConnection 

- (void) establishConnection;
Availability: OpenStep

Description forthcoming.

label 

- (NSString*) label;
Availability: OpenStep

Description forthcoming.

replaceObject: withObject: 

- (void) replaceObject: (id)anObject withObject: (id)anotherObject;
Availability: OpenStep

Description forthcoming.

setDestination: 

- (void) setDestination: (id)anObject;
Availability: OpenStep

Description forthcoming.

setLabel: 

- (void) setLabel: (NSString*)label;
Availability: OpenStep

Description forthcoming.

setSource: 

- (void) setSource: (id)anObject;
Availability: OpenStep

Description forthcoming.

source 

- (id) source;
Availability: OpenStep

Description forthcoming.



Instance Variables for NSNibConnector Class

_dst

@protected id _dst;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_src

@protected id _src;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_tag

@protected NSString* _tag;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up