Authors
- Generated by buildd
-
- Declared in:
- InterfaceBuilder/IBConnectors.h
Description forthcoming.
Method summary
- (id)
connectDestination;
[NSApp -connectDestination] returns the target
object as set by the most recent [NSApp
-displayConnectionBetween:and:]
- (id)
connectSource;
[NSApp -connectSource] returns the source object as
set by the most recent [NSApp
-displayConnectionBetween:and:]
- (void)
displayConnectionBetween: (id)source
and: (id)destination;
[NSApp -displayConnectionBetween:and:] is used to
set the source and target objects and mark
the display appropriately. Setting either
source or target to 'nil' will remove
markup from any previous source or
target. NB. This method expects to be able to call
the active document to ask it for the window and
rectangle in which to perform markup.
- (BOOL)
isConnecting;
[NSApp -isConnecting] simply lets you know if a
connection is in progress.
- (void)
stopConnecting;
[NSApp -stopConnecting] terminates the current
connection process and removes the connection
marks from the display.
- Declared in:
- InterfaceBuilder/IBConnectors.h
- Conforms to:
- IBConnectors
Description forthcoming.
- Declared in:
- InterfaceBuilder/IBConnectors.h
Description forthcoming.
Method summary
- (id)
nibInstantiate;
Invoked after loading.
- Declared in:
- InterfaceBuilder/IBConnectors.h
- Conforms to:
- NSObject
Description forthcoming.
Method summary
- (id)
destination;
Destination for the receiver.
- (void)
establishConnection;
Establish the connection.
- (NSString*)
label;
The method to which the receiver will be connected.
- (id)
nibInstantiate;
Called after the document is loaded on connections.
- (void)
replaceObject: (id)anObject
withObject: (id)anotherObject;
Replace anObject with
anotherObject. This method looks at the
receiver's source and destination and replaces
whichever one matches anObject with
anotherObject.
- (void)
setDestination: (id)anObject;
Set the receiver's destination to anObject.
- (void)
setLabel: (NSString*)label;
Set the receiver's label.
- (void)
setSource: (id)anObject;
Set the receiver's source to anObject.
- (id)
source;
The source of the receiver.